added minimum interval to mmp_dp_bsn_scheduler and replaced sync insert
2 unresolved threads
2 unresolved threads
with bsn sync scheduler in node_sdp_correlator
Closes L2SDP-482
Merge request reports
Activity
297 298 CONSTANT c_sdp_reg_bsn_scheduler_addr_w : NATURAL := 1; 298 299 CONSTANT c_sdp_ram_diag_data_buf_bsn_addr_w : NATURAL := ceil_log2(c_sdp_S_pn*c_sdp_V_si_db_large); -- Dimension DB address range for largest DB, so that both the large and the default small DB fit. 299 300 CONSTANT c_sdp_reg_diag_data_buf_bsn_addr_w : NATURAL := 1 + ceil_log2(c_sdp_S_pn); 301 CONSTANT c_sdp_ram_st_histogram_addr_w : NATURAL := ceil_log2(c_sdp_S_pn*c_sdp_V_si_histogram); changed this line in version 2 of the diff
mentioned in commit 7fa6e719
unassigned @walle
Please register or sign in to reply