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

Adjust g_rs_record_nof_block.

parent 6ea0e8d5
No related branches found
No related tags found
No related merge requests found
Pipeline #115689 passed
......@@ -74,11 +74,11 @@ begin
-- verify errors
u_verify_crc : entity work.tb_lofar2_unb2c_sdp_station_tbuf_one
generic map(false, 3, false, false, true, false, 3, 100, 4096, 100, 2, 1.0, 10, 1, 2, "100010")
generic map(false, 3, false, false, true, false, 3, 100, 4096, 100, 3, 1.0, 10, 1, 2, "100010")
port map (tb_end_vec(3));
u_verify_rsn : entity work.tb_lofar2_unb2c_sdp_station_tbuf_one
generic map(false, 4, false, false, false, true, 3, 100, 256, 100, 2, 1.0, 10, 1, 2, "010011")
generic map(false, 4, false, false, false, true, 3, 100, 256, 100, 3, 1.0, 10, 1, 2, "010011")
port map (tb_end_vec(4));
-- recover from g_processing_enable_toggle during recording
......@@ -93,9 +93,9 @@ begin
-- g_rs_block_size = 2000 raw samples as on HW
u_rs_block_size_2000 : entity work.tb_lofar2_unb2c_sdp_station_tbuf_one
generic map(false, 7, false, false, false, false, 3, 100, 4096, 2000, 5, 1.17, 100, 0, 3, "000011")
generic map(false, 7, false, false, false, false, 3, 100, 4096, 2000, 3, 1.17, 50, 0, 1, "000011")
port map (tb_end_vec(7));
tb_end <= '1' when tb_end_vec = c_tb_end_vec else '0';
tb_end <= '1' after 1 us when tb_end_vec = c_tb_end_vec else '0';
proc_common_stop_simulation(tb_end);
end tb;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment