diff --git a/libraries/dsp/bf/designs/unb1_fn_bf/hdllib.cfg b/libraries/dsp/bf/designs/unb1_fn_bf/hdllib.cfg index a74120611ee1b0a97aba118f3453ccfd600a6a85..c165af84a0228139e3927c1fc1664cdc13e060f4 100644 --- a/libraries/dsp/bf/designs/unb1_fn_bf/hdllib.cfg +++ b/libraries/dsp/bf/designs/unb1_fn_bf/hdllib.cfg @@ -1,6 +1,6 @@ hdl_lib_name = unb1_fn_bf hdl_library_clause_name = unb1_fn_bf_lib -hdl_lib_uses_synth = common technology mm i2c unb1_board bf +hdl_lib_uses_synth = common technology mm i2c bf diag eth tech_tse unb1_board hdl_lib_uses_sim = hdl_lib_technology = ip_stratixiv @@ -10,6 +10,7 @@ synth_top_level_entity = synth_files = $HDL_BUILD_DIR/unb1/quartus/unb1_fn_bf/sopc_unb1_fn_bf.vhd src/vhdl/mmm_unb1_fn_bf.vhd + src/vhdl/node_unb1_fn_bf.vhd src/vhdl/unb1_fn_bf.vhd test_bench_files = diff --git a/libraries/dsp/bf/src/vhdl/node_unb1_fn_bf.vhd b/libraries/dsp/bf/designs/unb1_fn_bf/src/vhdl/node_unb1_fn_bf.vhd similarity index 100% rename from libraries/dsp/bf/src/vhdl/node_unb1_fn_bf.vhd rename to libraries/dsp/bf/designs/unb1_fn_bf/src/vhdl/node_unb1_fn_bf.vhd diff --git a/libraries/dsp/bf/hdllib.cfg b/libraries/dsp/bf/hdllib.cfg index 29c634ce6f868621837a19d40f02a81f621c1f7b..6fa0ef3aee75ae407c7f30836bbb9b780e81b7ec 100644 --- a/libraries/dsp/bf/hdllib.cfg +++ b/libraries/dsp/bf/hdllib.cfg @@ -1,6 +1,6 @@ hdl_lib_name = bf hdl_library_clause_name = bf_lib -hdl_lib_uses_synth = common mm dp diag st reorder eth tech_tse +hdl_lib_uses_synth = common mm dp st reorder hdl_lib_uses_sim = hdl_lib_technology = @@ -9,7 +9,6 @@ synth_files = src/vhdl/bf_pkg.vhd src/vhdl/bf_unit.vhd src/vhdl/bf.vhd - src/vhdl/node_unb1_fn_bf.vhd test_bench_files = $UNB/Firmware/dsp/bf/tb/vhdl/tb_bf_unit.vhd