Skip to content
Snippets Groups Projects
Commit 930a4918 authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Simulate a bit longer before making c_verify_rx_beamlet_list_bsn active.

parent 6ce083fe
No related branches found
No related tags found
No related merge requests found
...@@ -387,7 +387,7 @@ architecture tb of tb_lofar2_unb2c_sdp_station_bf_ring is ...@@ -387,7 +387,7 @@ architecture tb of tb_lofar2_unb2c_sdp_station_bf_ring is
-- Tb BSN moments -- Tb BSN moments
constant c_stimuli_done_bsn : natural := c_init_bsn + c_nof_block_per_sync * 3; constant c_stimuli_done_bsn : natural := c_init_bsn + c_nof_block_per_sync * 3;
constant c_verify_rx_beamlet_list_bsn : natural := c_stimuli_done_bsn - c_nof_block_per_sync; constant c_verify_rx_beamlet_list_bsn : natural := c_stimuli_done_bsn - c_nof_block_per_sync + 2;
-- Tb -- Tb
signal stimuli_done : std_logic := '0'; signal stimuli_done : std_logic := '0';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment