UVM pipelined driver cookbook

In reply to harsh pandya:

The next req gets processed only when the driver signals seq_item_port.put(rsp). That triggers the request for second req. I am not sure how the driver starts the second req as soon as the begin_transfer gets completed.