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

Corrected tb result.

parent f38ad86e
No related branches found
No related tags found
1 merge request!268Debug XST subband index shifted
Pipeline #34069 passed
...@@ -41,6 +41,8 @@ ...@@ -41,6 +41,8 @@
-- sim:/tb_lofar2_unb2c_sdp_station_xsub_one_xst_offload/u_lofar_unb2c_sdp_station_xsub_one/u_sdp_station/pfb_sosi_arr \ -- sim:/tb_lofar2_unb2c_sdp_station_xsub_one_xst_offload/u_lofar_unb2c_sdp_station_xsub_one/u_sdp_station/pfb_sosi_arr \
-- sim:/tb_lofar2_unb2c_sdp_station_xsub_one_xst_offload/u_lofar_unb2c_sdp_station_xsub_one/u_sdp_station/fsub_sosi_arr \ -- sim:/tb_lofar2_unb2c_sdp_station_xsub_one_xst_offload/u_lofar_unb2c_sdp_station_xsub_one/u_sdp_station/fsub_sosi_arr \
-- sim:/tb_lofar2_unb2c_sdp_station_xsub_one_xst_offload/u_lofar_unb2c_sdp_station_xsub_one/u_sdp_station/bs_sosi -- sim:/tb_lofar2_unb2c_sdp_station_xsub_one_xst_offload/u_lofar_unb2c_sdp_station_xsub_one/u_sdp_station/bs_sosi
-- > add wave -position insertpoint \
-- sim:/tb_lofar2_unb2c_sdp_station_xsub_one_xst_offload/c_exp_subband_xst
-- > run -a -- > run -a
-- Takes about 10 m -- Takes about 10 m
-- --
...@@ -88,7 +90,7 @@ ARCHITECTURE tb OF tb_lofar2_unb2c_sdp_station_xsub_one_xst_offload IS ...@@ -88,7 +90,7 @@ ARCHITECTURE tb OF tb_lofar2_unb2c_sdp_station_xsub_one_xst_offload IS
CONSTANT c_subband_step : NATURAL := 3; -- e.g. 0 or c_nof_crosslets CONSTANT c_subband_step : NATURAL := 3; -- e.g. 0 or c_nof_crosslets
CONSTANT c_nof_sync : NATURAL := 3; CONSTANT c_nof_sync : NATURAL := 3;
CONSTANT c_max_ratio : REAL := 0.0001; -- ratio that actual value may differ from expected value CONSTANT c_max_ratio : REAL := 0.001; -- ratio that actual value may differ from expected value
-- WG -- WG
CONSTANT c_bsn_start_wg : NATURAL := 2; CONSTANT c_bsn_start_wg : NATURAL := 2;
...@@ -393,7 +395,7 @@ BEGIN ...@@ -393,7 +395,7 @@ BEGIN
END IF; END IF;
-- Count the complex statistics -- Count the complex statistics
IF rx_sdp_stat_im_val <= '1' THEN IF rx_sdp_stat_im_val = '1' THEN
rx_sdp_stat_index <= rx_sdp_stat_index + 1; rx_sdp_stat_index <= rx_sdp_stat_index + 1;
END IF; END IF;
......
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