Posted by alexkidd84 on Jul 15, 2020
UVM backdoor backdoor read_wrie #uvm bit size Hi, I'm trying to read (RAL) via BACKDOOR this RW register (40 bits width), after performing a FRONTDOOR write (the FRONTDOOR read works properly): uvm_reg urm_reg [$]; uvm_reg_field urm_reg_field [$]; ...
Question