2 unresolved threads
2 unresolved threads
Prepared dp_bsn_align_v2.vhd (still empty) and mmp_, tb_ and tb_mmp_ files, that compile but have no functionality yet.
Closes L2SDP-495
Merge request reports
Activity
48 48 49 49 ENTITY tb_sdp_statistics_offload IS 50 50 GENERIC ( 51 g_statistics_type : STRING := "SST"; 51 g_statistics_type : STRING := "XST"; 52 52 g_offload_time : NATURAL := 500; 53 53 g_beamset_id : NATURAL := 0; 54 g_P_sq : NATURAL := c_sdp_P_sq 54 g_P_sq : NATURAL := 1 --c_sdp_P_sq 326 326 REPORT "wrong sdp_block_period" SEVERITY ERROR; 327 327 328 328 -- Check variable header info. 329 ASSERT rx_hdr_fields_raw(field_hi(c_sdp_stat_hdr_field_arr, "sdp_integration_interval") DOWNTO field_lo(c_sdp_stat_hdr_field_arr, "sdp_integration_interval")) = TO_UVEC(c_nof_block_per_sync, 24) 330 REPORT "wrong sdp_integration_interval" SEVERITY ERROR; 331 329 332 IF g_statistics_type = "SST" THEN 330 333 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) 331 334 REPORT "wront SST sdp_data_id" SEVERITY ERROR; changed this line in version 2 of the diff
mentioned in commit aec7a6be
Please register or sign in to reply