UVM HDL Backdoor Access¶
These routines provide an interface to the DPI/PLI implementation of backdoor access used by registers.
uvm_hdl_read()¶
Gets the value at the given path. Returns 1 if the call succeeded, 0 otherwise.
uvm_hdl_deposit()¶
Sets the given HDL path to the specified value. Returns 1 if the call succeeded, 0 otherwise.
uvm_hdl_force()¶
Forces the value on the given path. Returns 1 if the call succeeded, 0 otherwise.
uvm_hdl_release()¶
Releases a value previously set with uvm_hdl_force. Returns 1 if the call succeeded, 0 otherwise.
Reference Material¶
Accellera
Source Code