Posted by Reuben on Jul 22, 2016
UVM UVM_BACKDOOR RAL ral backdoor I setup a RAL in my testbench and I created a sequence to try the backdoor access. The sequence goes like this, virtual task body (); super.body (); if (! tb_reg_block.reg_0. randomize ()) begin `uvm_fatal ("RAND_F ...
Question