1.

How Sequence Starts?

Answer»

Start item starts the sequence

Virtual task start item (uvm_sequence_item item,

int set priority = -1,

Uvm_sequencer_base sequencer = null )

Start item and finish item together will initiate operation of a sequence item. If the item has not ALREADY been initialized using create item, then it will be initialized here to USE the DEFAULT sequencer SPECIFIED by m_sequencer.

Start item starts the sequence

Virtual task start item (uvm_sequence_item item,

int set priority = -1,

Uvm_sequencer_base sequencer = null )

Start item and finish item together will initiate operation of a sequence item. If the item has not already been initialized using create item, then it will be initialized here to use the default sequencer specified by m_sequencer.



Discussion

No Comment Found