Quantcast
Channel: UVM Forums RSS Feed
Viewing all articles
Browse latest Browse all 756

UVM Messages:: Controlling message using ID from top

$
0
0

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

 


Viewing all articles
Browse latest Browse all 756

Trending Articles