Who call start() task in uvm_sequence?

In reply to dave_59:

Thanks a lot!,I got the point.
One more question, calling sequence.start() in run_phase in uvm_test is a recommend method ?
how about if i call sequence.start() in run_phase in other class(ex:driver class)?
Thanks