How to print UVM Report Summary UVM1.2 with UVM_NONE verbosity

In reply to chrisspear:

I see that working on edaPlayground, but what you’re saying doesn’t make sense this me. When I read the function spec (url below) I’m interpreting it as “set all matching IDs to new verbosity”, but that’s not what is happening.

So … it was already UVM_LOW, and now we’ve set(raised?) it to UVM_LOW [again], but now it’s working at UVM_NONE? Either I’m being dense, or the document is just terribly written.

https://verificationacademy.com/verification-methodology-reference/uvm/docs_1.2/html/files/base/uvm_component-svh.html#uvm_component.set_report_id_verbosity_hier

And what I’m saying is exactly what was previously suggested:

In reply to chr_sue:

this.set_report_id_verbosity_hier("UVM/REPORT/SERVER", UVM_NONE);

[/quote]