Posted by kurts on Jul 6, 2011
Hi, If you use ovm_object_utils, then p_sequencer will not be automatically set. If you have code that relies on it, then you can just $cast(p_sequencer, m_sequencer) The only thing p_sequencer is used for to is to check that the sequencer argument in ovm ...
Reply