Posted by Dror Egozi on Nov 10, 2014
UVM pseudo-map backdoor uvm_mem Hi, I'm trying to perform backdoor access to uvm_mem. For some reason, the Xcheck_accessX function in uvm_mem, override my map with pseudo map. From this function: rw.map = uvm_reg_map::backdoor(); From uvm_reg_map: // ...
Question