Encountered the following error message today, while using the pre-defined UVM sequence uvm_reg_hw_reset_seq : UVM_ERROR @ 84050000:[uvm_test_top.m_env.m_core_agent.m_core_sequencer.reg_hw_reset_seq] Response queue overflow, response was dropped This occurred because the driver was sending a sequence response to the sequencer via the seq_item_port. The default size of the response queue between the sequence and driver is 8. When the …
Continue reading “reg_hw_reset_seq] Response queue overflow”