$#! | |
+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 | |
print_config_matches | |
R | |
record_all_messages | |
S | |
show_terminator | |
show_verbosity | |
V | |
value |
A flag to enable report count summary for each ID
bit enable_report_id_count_summary=1
Handle to optional user data, as conveyed in the call to write(), read(), mirror(), or update() used to trigger the operation.
rand uvm_object extension
Kind of access: READ or WRITE.
rand uvm_access_e kind
For memory accesses, the offset address.
rand uvm_reg_addr_t offset
The sequence from which the operation originated.
rand uvm_sequence_base parent
Setting this static variable causes uvm_config_db::get() to print info about matching configuration settings as they are being applied.
static bit print_config_matches
A flag to force recording of all messages (add UVM_RM_RECORD action)
bit record_all_messages = 0
A flag to add a terminator in the messages, e.g.
bit show_terminator = 0
A flag to include verbosity in the messages, e.g.
bit show_verbosity = 0
The value to write to, or after completion, the value read from the DUT.
rand uvm_reg_data_t value[]