UVM driver communication to sequencer

In reply to syed taahir ahmed:

  1. Use seq_item_port.put(rsp) in driver after the item done, and use get_response(rsp) in sequence after finish item.

  2. or if you are assigning $cast(req,rsp) rsp handle to req handle, then without using get/put method, u will get automatically req handle (replica of rsp object) in sequence after finish item.

Regards,
Deepak