Posted by shridutt.nv on Jan 6, 2016
UVM RAL Cookbook: Registers Hi, I am looking to access numbered registers: reg0, reg1, reg2,... and stat0,stat1,stat2,... but the number of registers that I access is dependent on a variable n For Eg: n=1 => reg_blk.reg0.write(status,value0); reg_blk.s ...
Question