Hi, I am looking to set the p_sequencer handle in a particular sequence not by using uvm_do methods but explicitly with a method, please let me know if a method exists to set the p_sequencer? if not, what is the recommended way for this requirement?
You shouldn’t use p_sequencer as it significantly limits the reusability of your sequences.
Instead, you should use virtual sequences to control your sub-sequences, an assign any required variables to your sequences prior to starting them.