In reply to piyushpatel123:
Starting a sequence using ‘default_sequence’ is a legacy method carried over from OVM and is not recommended. You should explicitly .start() all of your sequences in your test.
In reply to piyushpatel123:
Starting a sequence using ‘default_sequence’ is a legacy method carried over from OVM and is not recommended. You should explicitly .start() all of your sequences in your test.