Hi,
Since there are two methods to start a sequence in UVM.
1. Using seq.start() method.
2. By using default_sequence in uvm_config_db.
When we are using the second method for starting the sequence, then we have a option to modify the "starting phase".
What is the default value of "starting phase"?
Since we can modify it using "get_starting_phase()" and "set_starting_phase()", does it means that we can run the sequence in any phase? .
Thanks