Hi,
I want to enable/disable specific of messages from Environment. Instead of setting it at every component level by using set_report_id_verbosity . Is there anyway from UVM_TOP can I control same and also using wildcard for setting report_id?
For example:
UVM_TOP.set_report_id_verbosity("AXI_DRIVER_MESSAGES",UVM_LOW);
(or)
UVM_TOP.set_report_id_verbosity("AXI_*,UVM_LOW);
Also suggest me best way to achieve this.
Regards,
Santosh