Uvm_sequencer

Hi All,

Can any one explains what is the difference between the get_next_item and try_next_item.

Thanks & Regards,
Shriramvaraprasad B.

In reply to SHRI12326:

The UVM Reference Manual explains the difference very clearly.
get_next_item is waiting (blocking) until the next item is available.
try_next_item returns immidiately. If no new item is available it returns null.