Handling initial reset in UVM driver

In reply to uvmsd:

Simply pass your reset signal to the virtual interface. Then you can react in the driver if the reset has been activated.
BTW, the driver is never sending a seq_item. It receives/retrieves a seq_item through the get or get_next_item.