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

Added bsn_sync_time out constant

parent 18d6ecf4
Branches
Tags
No related merge requests found
......@@ -189,6 +189,7 @@ ARCHITECTURE str OF apertif_unb1_fn_beamformer IS
CONSTANT c_rd_interval : NATURAL := c_rd_chunksize;
CONSTANT c_gapsize : NATURAL := 0;
CONSTANT c_nof_blocks : NATURAL := sel_a_b(g_sim, 16, 800000); --800000 781250);
CONSTANT c_bsn_sync_time_out : NATURAL := c_nof_blocks * g_bf.nof_weights;
CONSTANT c_reorder_seq_conf : t_reorder_seq := (c_wr_chunksize,
c_rd_chunksize,
......@@ -729,6 +730,7 @@ BEGIN
GENERIC MAP (
g_nof_streams => 2,
g_cross_clock_domain => TRUE,
g_sync_timeout => c_bsn_sync_time_out,
g_bsn_w => c_dp_stream_bsn_w,
g_cnt_sop_w => c_word_w,
g_cnt_valid_w => c_word_w,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment