[source]

Class uvm_reg_read_only_cbs

Pre-defined register callback method for read-only registers that will issue an error if a write() 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_write ( uvm_reg_item rw ) [source]

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