I want to send 2 copies of a sequence item to same driver via port

I encountered a problem , that is I want to send the 2 copies of randomised sequence item to same driver as seq_item_port , because I want work on those individually how can I implement this using uvm.

In reply to Anand@14480:

The question is where do you want to work with the 2 items. If you are doing this in the driver, then make o copy of the item in the driver. This is the most simple way.