From abaefe205b9ddc5e9ce07f7d3f53f9471dca370d Mon Sep 17 00:00:00 2001 From: Erik Kooistra <kooistra@astron.nl> Date: Mon, 6 Jul 2015 13:04:05 +0000 Subject: [PATCH] Moved node_unb1_fn_bf.vhd from bf to design/unb1_fn_bf, because the bf library should have no unb1 designs specific dependencies. --- libraries/dsp/bf/designs/unb1_fn_bf/hdllib.cfg | 3 ++- .../bf/{ => designs/unb1_fn_bf}/src/vhdl/node_unb1_fn_bf.vhd | 0 libraries/dsp/bf/hdllib.cfg | 3 +-- 3 files changed, 3 insertions(+), 3 deletions(-) rename libraries/dsp/bf/{ => designs/unb1_fn_bf}/src/vhdl/node_unb1_fn_bf.vhd (100%) diff --git a/libraries/dsp/bf/designs/unb1_fn_bf/hdllib.cfg b/libraries/dsp/bf/designs/unb1_fn_bf/hdllib.cfg index a74120611e..c165af84a0 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 29c634ce6f..6fa0ef3aee 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 -- GitLab