Hi All,
I’m getting the next error:
UVM_ERROR /home/tools/vcs/2023.12-SP2-T-20241211/etc/uvm-1.2/seq/uvm_sequencer_base.svh(757) @ 21385000: uvm_test_top.env.regbus_mst_agt.mst_sqr [SEQREQZMB] The task responsible for requesting a wait_for_grant on sequencer ‘uvm_test_top.env.regbus_mst_agt.mst_sqr’ for sequence ‘default_parent_seq’ has been killed, to avoid a deadlock the sequence will be removed from the arbitration queues
when I’m having code inside the shutdown_phase that consumes time, even if I have only delay and not registers access,
Does anyone have any idea why do I get this error?
Thanks!