Skip to content
Snippets Groups Projects
Commit 8c1bfd4b authored by Daniel van der Schuur's avatar Daniel van der Schuur
Browse files

-Added node_unb1_fn_bf to hdllib.cfg;

 . Now apertif_unb1_fn_beamformer_transpose synthesis does not error out
-Corrected instance/library name of node_unb1_fn_bf instance.
parent 16c40dfa
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,7 @@ hdl_lib_excludes = ip_stratixiv_ddr3_uphy_4g_800_slave ...@@ -9,6 +9,7 @@ hdl_lib_excludes = ip_stratixiv_ddr3_uphy_4g_800_slave
synth_top_level_entity = apertif_unb1_fn_beamformer_transpose synth_top_level_entity = apertif_unb1_fn_beamformer_transpose
synth_files = synth_files =
../../../../../../libraries/dsp/bf/designs/unb1_fn_bf/src/vhdl/node_unb1_fn_bf.vhd
$HDL_BUILD_DIR/unb1/quartus/apertif_unb1_fn_beamformer_trans/sopc_apertif_unb1_fn_beamformer.vhd $HDL_BUILD_DIR/unb1/quartus/apertif_unb1_fn_beamformer_trans/sopc_apertif_unb1_fn_beamformer.vhd
../../src/vhdl/apertif_unb1_fn_beamformer_udp_offload.vhd ../../src/vhdl/apertif_unb1_fn_beamformer_udp_offload.vhd
../../src/vhdl/mmm_apertif_unb1_fn_beamformer.vhd ../../src/vhdl/mmm_apertif_unb1_fn_beamformer.vhd
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
-- --
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
LIBRARY IEEE, common_lib, unb1_board_lib, eth_lib, tech_tse_lib, dp_lib, bf_lib; LIBRARY IEEE, common_lib, unb1_board_lib, eth_lib, tech_tse_lib, dp_lib, unb1_fn_bf_lib, bf_lib;
USE IEEE.STD_LOGIC_1164.ALL; USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.NUMERIC_STD.ALL; USE IEEE.NUMERIC_STD.ALL;
USE common_lib.common_pkg.ALL; USE common_lib.common_pkg.ALL;
...@@ -128,7 +128,7 @@ BEGIN ...@@ -128,7 +128,7 @@ BEGIN
----------------------------------------------------------------------------- -----------------------------------------------------------------------------
-- Node function: Beam Former + BF UDP offload + block generator -- Node function: Beam Former + BF UDP offload + block generator
----------------------------------------------------------------------------- -----------------------------------------------------------------------------
u_node_fn_bf : ENTITY bf_lib.node_unb1_fn_bf u_node_unb1_fn_bf : ENTITY unb1_fn_bf_lib.node_unb1_fn_bf
GENERIC MAP( GENERIC MAP(
g_sim => g_sim, g_sim => g_sim,
g_bf => c_bf, g_bf => c_bf,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment