Doing x.stop_sequences() is causing this UVM FATAL Item_done() called with no outstanding requests. Each call to item_done() must be paired with a previous call to get_next_item()

In reply to chr_sue:

If I keep it super simple can you explain to me with a code how can I use stop.sequences and to make it clear I have to stop these without using get or without using the suspend and resume.

I have to add stop_sequences for one of the newly added virtual seqr into the top virtual seqr and that’s why I’m doing this