Posted by Sanjin_Arsenovic on Apr 27, 2018
UVM #systemverilog #uvm registerlayer register backdoor access on VHDL DUT Hello, I am trying to write some value to through backdoor access to register cnt_reg in my vhdl design. process (clk, reset, rw) begin if reset = ' 1 ' then cnt_reg < ...
Question