Skip to content
Snippets Groups Projects
Merged Eric Kooistra requested to merge L2SDP-495 into master
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

Merged by Eric KooistraEric Kooistra 3 years ago (Sep 22, 2021 9:25am UTC)

Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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;
  • Eric Kooistra added 1 commit

    added 1 commit

    Compare with previous version

  • Eric Kooistra mentioned in commit aec7a6be

    mentioned in commit aec7a6be

  • merged

  • Please register or sign in to reply
    Loading