In reply to ninadpachpute:
Instead of using `uvm_send, you should use start_item() followed by finish_item(). At the very least, this will give you more information about where the hang happens.
In reply to ninadpachpute:
Instead of using `uvm_send, you should use start_item() followed by finish_item(). At the very least, this will give you more information about where the hang happens.