Question on executing reset_phase before run_phase

In reply to Pratibhamd:

You should only use the run_phase() in your driver. When the driver initializes at time 0, the interface pins should be set to the default values. As transactions are received from the sequencer, the interface should be driven appropriately. If there is an idle state between transactions, then revert the interface pins to the default values.