amar712 Posted July 15, 2016 Report Posted July 15, 2016 Is there any way to turn off `uvm_info messages being displayed on the log while retaining `uvm_error and `uvm_fatal messages Quote
imajeeth Posted July 15, 2016 Report Posted July 15, 2016 Use +UVM_VERBOSITY=<your option HIGH/LOW/MEDIUM/DEBUG> on command line. Quote
amar712 Posted July 15, 2016 Author Report Posted July 15, 2016 Messages with verbosity UVM_NONE are printed by default no matter what value you give to UVM_VERBOSITY. I don't want even that to get printed on the log. Quote
apfitch Posted July 15, 2016 Report Posted July 15, 2016 Could you use set action to set the action for all info messages to uvm_none? Something like +uvm_set_action=uvm_test_top.*,_ALL_,UVM_INFO,UVM_NO_ACTION Alan karandeep963 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.