diff --git a/libraries/base/mm/hdllib.cfg b/libraries/base/mm/hdllib.cfg new file mode 100644 index 0000000000000000000000000000000000000000..2f19c2684773d8203cc9145654be553ea15c53b1 --- /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