Skip to content
Snippets Groups Projects
Commit 93c8f231 authored by Pepping's avatar Pepping
Browse files

Made the c_bg_adr_w dependent of the g_frame_usr_len

parent ca848a71
No related branches found
No related tags found
No related merge requests found
......@@ -192,7 +192,7 @@ ARCHITECTURE str OF node_apertif_unb1_correlator_mesh IS
-----------------------------------------------------------------------------
CONSTANT c_bg_nof_streams : NATURAL := g_nof_input_streams;
CONSTANT c_bg_dat_w : NATURAL := 16;
CONSTANT c_bg_addr_w : NATURAL := 7;
CONSTANT c_bg_addr_w : NATURAL := ceil_log2(g_usr_frame_len); --7;
CONSTANT c_bg_file_name_prefix : STRING := "hex/node" & NATURAL'IMAGE(g_sim_node_nr) & "/bg_in_data";
-----------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment