Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
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)
1.
T WMASK = '1
This bit mask defines bits that are writable.
function void write(v,
Re-implement write() to forward all writes to the managed targets.
virtual function void write(v,
Write masked data with notify.
function void write(t)
This routine is called when something is published.
function void write(t)
Receive a register transaction, and use the current register map to do shadow checking.
virtual function void write_data32(lv32_t bv)
Writes the masked value.
virtual function void write_data32(lv32_t bv)
Calls write_data32() in the extended class.
virtual function void write_data64(lv64_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_field_by_name(string name,
BV v)
User callable function to set the value of a field.
class write_read #(
   type REQ =  uvm_sequence_item,
   type RSP =  uvm_sequence_item
) extends built_in_sequences #(REQ, RSP)
function void write_without_notify(v,
function void write_without_notify(v,
Re-implemented to affect our new ID register functionality.
function void write_without_notify(v,
Re-implement to have the correct behavior.
virtual function void write_without_notify(v,
Write masked data without notify.