From 104f21396614d33595fb70d75f60bb59bb895961 Mon Sep 17 00:00:00 2001 From: Eric Kooistra <kooistra@astron.nl> Date: Wed, 22 Sep 2021 11:24:20 +0200 Subject: [PATCH] Corrected wront --> wrong. --- .../libraries/sdp/tb/vhdl/tb_sdp_statistics_offload.vhd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/applications/lofar2/libraries/sdp/tb/vhdl/tb_sdp_statistics_offload.vhd b/applications/lofar2/libraries/sdp/tb/vhdl/tb_sdp_statistics_offload.vhd index ba6961d74f..dff32a18f3 100644 --- a/applications/lofar2/libraries/sdp/tb/vhdl/tb_sdp_statistics_offload.vhd +++ b/applications/lofar2/libraries/sdp/tb/vhdl/tb_sdp_statistics_offload.vhd @@ -331,10 +331,10 @@ BEGIN IF g_statistics_type = "SST" THEN ASSERT rx_hdr_fields_raw(field_hi(c_sdp_stat_hdr_field_arr, "sdp_data_id") DOWNTO field_lo(c_sdp_stat_hdr_field_arr, "sdp_data_id")) = TO_UVEC(rx_block_cnt + c_sdp_S_pn * gn_index, 32) - REPORT "wront SST sdp_data_id" SEVERITY ERROR; + REPORT "wrong SST sdp_data_id" SEVERITY ERROR; ELSIF g_statistics_type = "BST" THEN ASSERT rx_hdr_fields_raw(field_hi(c_sdp_stat_hdr_field_arr, "sdp_data_id") DOWNTO field_lo(c_sdp_stat_hdr_field_arr, "sdp_data_id")) = TO_UVEC(c_beamlet_id, 32) - REPORT "wront BST sdp_data_id" SEVERITY ERROR; + REPORT "wrong BST sdp_data_id" SEVERITY ERROR; --ELSIF g_statistics_type = "XST" THEN --TODO: RW define check END IF; END IF; -- GitLab