| W | |
| walking | |
| walking_ones | |
| walking_zeros | |
| We don’t care if we don’t find it | |
| WMASK | |
| write | |
| write_data32 | |
| write_data64 | |
| write_field_by_name | |
| write_read | |
| write_without_notify |
class walking #( type REQ = uvm_sequence_item, type RSP = uvm_sequence_item ) extends built_in_sequences #(REQ, RSP)
class walking_ones #( type REQ = uvm_sequence_item, type RSP = uvm_sequence_item ) extends walking #(REQ, RSP)
class walking_zeros #( type REQ = uvm_sequence_item, type RSP = uvm_sequence_item ) extends walking #(REQ, RSP)
This bit mask defines bits that are writable.
T WMASK = '1
Re-implement write() to forward all writes to the managed targets.
function void write( T v,
Write masked data with notify.
virtual function void write( T v,
This routine is called when something is published.
function void write( T t )
Receive a register transaction, and use the current register map to do shadow checking.
function void write( T t )
Writes the masked value.
virtual function void write_data32( lv32_t bv )
Calls write_data32() in the extended class.
virtual function void write_data32( lv32_t bv )
Writes the masked value.
virtual function void write_data64( lv64_t bv )
Calls write_data64() in the extended class.
virtual function void write_data64( lv64_t bv )
User callable function to set the value of a field.
virtual function void write_field_by_name( string name, BV v )
class write_read #( type REQ = uvm_sequence_item, type RSP = uvm_sequence_item ) extends built_in_sequences #(REQ, RSP)
function void write_without_notify( T v,
Re-implemented to affect our new ID register functionality.
function void write_without_notify( T v,
Re-implement to have the correct behavior.
function void write_without_notify( T v,
Write masked data without notify.
virtual function void write_without_notify( T v,