UVM SEQUENCE ITEM - SEQUENCE - SEQUENCER

 Let's understand what's UVM Seq item, Sequence & Sequencer in a brief way:

Sequence item: 
It holds the collection of variables (that is, inputs & outputs)

Sequence:
This is used to create series of sequence items (that is, more scenarios)

Sequencer:
To arbitrate the sequence to driver


For more detailed explanation, you can watch the video I've shared below:



Comments

Popular posts from this blog

Check for PALINDROME of a String using SV

Constraint to generate 100 phone numbers, where the first three digits should be '982'

System Verilog Constraint Scenario: 2