Uvm_reg_sequence

i have seen many codes in that they have used uvm sequence as base a sequence and they coded for each sequence for each register, but i want to know how effectively we will use make use of UVM_REG_SEQUEBCE ,in cook book i did’nt see explanation about uvm_reg_sequence

In reply to gireesh kg:

Of cause you can use uvm_sequence as base class for register sequences. The consequnce is you have to take care individually for all things specificfor register access. In other words it requires more effort from you.