how sequences is start?
what is difference between sequence_handle.start (sequencer_handle) and `uvm_do_on (sequence_handle , sequencer_handle ) ? is it same ?
I have seen two virtual sequence example one of the example there use sequence_handle.start (sequencer_handle) and second example there use `uvm_do_on (sequence_handle , sequencer_handle ) I am confused could you please explain both of the method?