Uvm_send is blocked even after driver executes item_done

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.