[source]

Class uvm_reg_write_only_cbs

Pre-defined register callback method for write-only registers that will issue an error if a read() operation is attempted.

Constructors

function new ( string name ) [source]

Functions

static function void add ( uvm_reg rg ) [source]

Add this callback to the specified register and its contained fields.

static function void remove ( uvm_reg rg ) [source]

Remove this callback from the specified register and its contained fields.

Tasks

virtual function pre_read ( uvm_reg_item rw ) [source]

Produces an error message and sets status to <UVM_NOT_OK>.