$#! | |
+UVM_CONFIG_DB_TRACE | |
+UVM_DUMP_CMDLINE_ARGS | |
+UVM_OBJECTION_TRACE | |
+UVM_PHASE_TRACE | |
+UVM_RESOURCE_DB_TRACE | |
E | |
enable_report_id_count_summary | |
P | |
print_config_matches | |
R | |
record_all_messages | |
S | |
show_terminator | |
show_verbosity |
A flag to enable report count summary for each ID
bit enable_report_id_count_summary=1
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