From 824f04faed8a52cf956c93fbca9aabc6fcf061f8 Mon Sep 17 00:00:00 2001 From: Erik Kooistra <kooistra@astron.nl> Date: Tue, 27 May 2014 14:33:57 +0000 Subject: [PATCH] Moved hdllib.cfg for mm, dp, uth, i2c and ppsh from UniBoard to RadioHDL. --- libraries/base/mm/hdllib.cfg | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 libraries/base/mm/hdllib.cfg diff --git a/libraries/base/mm/hdllib.cfg b/libraries/base/mm/hdllib.cfg new file mode 100644 index 0000000000..2f19c26847 --- /dev/null +++ b/libraries/base/mm/hdllib.cfg @@ -0,0 +1,16 @@ +hdl_lib_name = mm +hdl_library_clause_name = mm_lib +hdl_lib_uses = common + +build_sim_dir = $HDL_BUILD_DIR +build_synth_dir = + +synth_files = + $UNB/Firmware/modules/mm/src/vhdl/mm_fields.vhd + +test_bench_files = + $UNB/Firmware/modules/mm/tb/vhdl/mm_file_pkg.vhd + $UNB/Firmware/modules/mm/tb/vhdl/mm_file_unb_pkg.vhd + $UNB/Firmware/modules/mm/tb/vhdl/mm_file.vhd + $UNB/Firmware/modules/mm/tb/vhdl/dummy_reg.vhd + $UNB/Firmware/modules/mm/tb/vhdl/tb_mm_file.vhd -- GitLab