sequencer

Don't use null as a sequencer argument to uvm_reg_sequence

Sun 17 March 2013 by Tsvi Mostovicz / Verification

Back when I started using UVM, I had no use for a register model for the specific unit I was testing. As such, sequences were written which needed a sequencer which would hand the items in the sequence to the driver.

Over time, we moved to use the register model …

Read more