You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we are entering reset, for example with the following test:
./util/dvsim/dvsim.py hw/ip/sram_ctrl/dv/sram_ctrl_main_sim_cfg.hjson \
-i sram_ctrl_passthru_mem_tl_intg_err -t vcs --fixed-seed \
41020402185315011969996404882728929238760707320232330314609988937493640571488
UVM_ERROR @ 2116319532 ps: uvm_test_top.env.m_tl_agent_sram_ctrl_regs_reg_block sequencer [uvm_test_top.env.m_tl_agent_sram_ctrl_regs_reg_block.sequencer] get_next_item/try_next_item called twice without item_done or get in between
the TL agent queue is not yet flushed. Hence, we need to wait a bit before starting a new test and sending new TL requests (see #25740). As this is not clean, we should investigate & fix this.
The text was updated successfully, but these errors were encountered:
Description
When we are entering reset, for example with the following test:
the TL agent queue is not yet flushed. Hence, we need to wait a bit before starting a new test and sending new TL requests (see #25740). As this is not clean, we should investigate & fix this.
The text was updated successfully, but these errors were encountered: