Completion of UVM simulation: Checks

Hi,
Is there any predefined way to check if all queues that i have used are empty, after the UVM run has completed? I wouldn’t want to check it individually for all queues.

In reply to Gokul S:

Two questions:
(1) why you are using queues instead of uvm_tlm_analysis_fifo?
(2 are you sure all your storages have to be empty at the end of your test.

You should check that the number of seq_items generated has been checked.