In reply to cgales:
Actually i am new to uvm so i may be naive here in asking silly question.
you mean in test i will start virtual sequence ?
if so on which sequencer we should start that if there are multiple seqr?
v_seq.start(env.agent.?);
and if i have multiple seqr in the env, how to trigger particular sequence in particular seqr?
do i have to create the handle for the seqr in virtual sequence?