UVM Report Summary has gone missing

In reply to wpiman:

Ok, I’ve solved this issue… I’ll document it here in case anyone else runs into this.

In the new 1.2 uvm_report_server (line 847), it appears that the UVM report only prints if the verbosity level is UVM_LOW or greater. The module appears to be a major rewrite since 1.1d.

847 uvm_info("UVM/REPORT/SERVER",UVM_STRING_QUEUE_STREAMING_PACK(q),UVM_LOW)

Depending on your verbosity switch, you may not see this message. In the last revision, it didn’t rely on the uvm_info macro…

I’d argue this should be UVM_NONE or simply not make use of the Macro…