P_sequecer

Hi,

Is it possible to declare more than two sequencers of type p_sequencer using `uvm_declare_p_sequencer.

Thanks
Regards
Shankar

In reply to shankar_logic:

No. It is highly recommended not to use p_sequencer at all. You should encapsulate anything you would need p_sequencer for into the sequence itself.

In reply to shankar_logic:

There is only 1 p_sequencer possible in the UVM. If you have more than 1 sequencer in your testbench you should apply the virtual sequence approach.