Skip to content
Snippets Groups Projects
Commit 324d00bb authored by Pepping's avatar Pepping
Browse files

Added filenameprefixes

parent ccf2dd75
Branches
No related tags found
No related merge requests found
...@@ -114,10 +114,9 @@ END node_apertif_unb1_fn_beamformer; ...@@ -114,10 +114,9 @@ END node_apertif_unb1_fn_beamformer;
ARCHITECTURE str OF node_apertif_unb1_fn_beamformer IS ARCHITECTURE str OF node_apertif_unb1_fn_beamformer IS
CONSTANT c_weights_write_only : BOOLEAN := TRUE; CONSTANT c_weights_write_only : BOOLEAN := TRUE;
-- Use default RAM init files. The RAM init file for simulation lies one ../ level further way then for synthesis CONSTANT c_bf_weights_file_name : STRING := "hex/bf_weights";
CONSTANT c_bf_weights_file_name : STRING := sel_a_b(g_sim, "../", "") & "../../../../../dsp/bf/build/data/weights"; CONSTANT c_block_gen_file_prefix : STRING := "hex/bg_in_data";
CONSTANT c_block_gen_file_prefix : STRING := "UNUSED"; --sel_a_b(g_sim, "../", "") & "../../../../../modules/Lofar/diag/src/data/bf_in_data"; CONSTANT c_ss_wide_file_prefix : STRING := "hex/bf_ss_wide";
CONSTANT c_ss_wide_file_prefix : STRING := "UNUSED"; -- path_to_file
SIGNAL node_fn_term_out_sosi_arr : t_dp_sosi_arr(g_nof_streams-1 DOWNTO 0); SIGNAL node_fn_term_out_sosi_arr : t_dp_sosi_arr(g_nof_streams-1 DOWNTO 0);
SIGNAL node_fn_term_out_siso_arr : t_dp_siso_arr(g_nof_streams-1 DOWNTO 0); SIGNAL node_fn_term_out_siso_arr : t_dp_siso_arr(g_nof_streams-1 DOWNTO 0);
...@@ -131,6 +130,7 @@ BEGIN ...@@ -131,6 +130,7 @@ BEGIN
----------------------------------------------------------------------------- -----------------------------------------------------------------------------
u_node_fn_bf : ENTITY bf_lib.node_unb1_fn_bf u_node_fn_bf : ENTITY bf_lib.node_unb1_fn_bf
GENERIC MAP( GENERIC MAP(
g_sim => g_sim,
g_bf => c_bf, g_bf => c_bf,
g_bf_offload => g_use_bf_offload, g_bf_offload => g_use_bf_offload,
g_use_bf => g_use_bf, g_use_bf => g_use_bf,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment