In reply to Rahulkumar:
+uvm_set_verbosity="uvm_test_top.*,_ALL_,UVM_NONE,run"
I have `uvm_info messages in non-uvm_components also like modules/interfaces. The above option changes severity only for UVM components.
Is there a way where globally UVM_NONE verbosity is set. And I override the below message severity to UVM_NONE so that the summary gets printed ?
//last line in report_summarize function in uvm 2.0
`uvm_info("UVM/REPORT/SERVER",`UVM_STRING_QUEUE_STREAMING_PACK(q),UVM_LOW)