Question on executing reset_phase before run_phase

In reply to cgales:

Hi Mr.gales,
I have one doubt, is it really compulsary to use only ‘run_phase’ in driver.
I had the same requirement in one of my assignment, where I used

  1. reset_phase
  2. post_reset- where I initialize the values of signals sent to dut via intf.
  3. main_phase- drive the pkts.

rgds,
Prince