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 ba6961d74ffe2ad8255920e4e12b761f33c8ac17..dff32a18f324eb118a03045fbe521734ffbacdbf 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;