Variable 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
$#!
 +UVM_CONFIG_DB_TRACE
 +UVM_DUMP_CMDLINE_ARGS
 +UVM_OBJECTION_TRACE
 +UVM_PHASE_TRACE
 +UVM_RESOURCE_DB_TRACE
E
 enable_report_id_count_summary
 extension
K
 kind
O
 offset
P
 parent
R
 record_all_messages
S
 show_terminator
 show_verbosity
V
 value
W
 wait_for_sequences_count
+UVM_CONFIG_DB_TRACE turns on tracing of configuration DB accesses.
+UVM_DUMP_CMDLINE_ARGS allows the user to dump all command line arguments to the reporting mechanism.
+UVM_OBJECTION_TRACE turns on tracing of objection activity.
+UVM_PHASE_TRACE turns on tracing of phase executions.
+UVM_RESOURCE_DB_TRACE turns on tracing of resource DB accesses.
bit enable_report_id_count_summary=1
A flag to enable report count summary for each ID
rand uvm_object extension
Handle to optional user data, as conveyed in the call to write(), read(), mirror(), or update() used to trigger the operation.
rand uvm_access_e kind
Kind of access: READ or WRITE.
rand uvm_reg_addr_t offset
For memory accesses, the offset address.
rand uvm_sequence_base parent
The sequence from which the operation originated.
bit record_all_messages = 0
A flag to force recording of all messages (add UVM_RM_RECORD action)
bit show_terminator = 0
A flag to add a terminator in the messages, e.g.
bit show_verbosity = 0
A flag to include verbosity in the messages, e.g.
rand uvm_reg_data_t value[]
The value to write to, or after completion, the value read from the DUT.
Controls the number of wait_for_sequences calls when selecting next sequence.