You can filter messages by severity to manage which types of messages are displayed.
- Go to the Messages window.
- Enable by selecting, or disable by deselecting the box next to a message severity in the window header.
You can also change the severity of a specific message ID. For example, you can lower the severity for a message you consider non-critical, or raise it for one that needs more attention.
To change the severity, use the set_msg_config Tcl command. Following is an example:
set_msg_config -id "Common 17-81" -new_severity "CRITICAL WARNING"
For more information, refer to
set_msg_config
in the
Vivado
Design Suite Tcl Command Reference Guide (UG835).