Skip to content
Snippets Groups Projects
Commit d9cb43e5 authored by Jonathan Hargreaves's avatar Jonathan Hargreaves
Browse files

reduce bsn_align_latency from 3 to 1 to reduce fifo size

parent 04307fe9
No related branches found
No related tags found
No related merge requests found
......@@ -187,7 +187,7 @@ ARCHITECTURE str OF arts_unb2b_sc3_input IS
CONSTANT c_block_size : NATURAL := 96; --96 6b4 words carrying 128 48b words
CONSTANT c_block_period : NATURAL := 137; -- 140.625MSps/200MSps = 96/137
CONSTANT c_bsn_align_latency : NATURAL := 3;
CONSTANT c_bsn_align_latency : NATURAL := 1; --3;
CONSTANT c_bsn_align_sop_timeout : NATURAL := (c_bsn_align_latency + 1) * c_block_period; -- wait somewhat more than c_bsn_align_latency periods
CONSTANT c_dp_fifo_size : NATURAL := (c_bsn_align_latency + 5) * c_block_size; -- be able to fit blocks for as long as sop time out;
CONSTANT c_dp_fifo_fill : NATURAL := c_block_size;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment