P_sequencer and m_sequencer

Read this UVM Cookbook article which describes the m_sequencer handle.

The p_sequencer handle is the same as the m_sequencer handle, except it is type-specific to the sequencer. However, it is highly recommended that you never use p_sequencer due to re-use concerns. If you need to get configuration information into your sequence, use the uvm_config_db and the m_sequencer handle.

1 Like