Posted by nikhilverif on May 21, 2018
UVM UVM uvm_reg RAL I want a handle of uvm_reg_block in uvm_reg as I want to write some different register from this reg_block. I am providing the exact scenario below. Reg_block and Register declaration: class ral_reg_1 extends override_reg; uvm_reg_fiel ...
Question