Filtering Messages - 2025.2 English - UG906

Vivado Design Suite User Guide: Design Analysis and Closure Techniques (UG906)

Document ID
UG906
Release Date
2025-12-10
Version
2025.2 English

You can filter messages by severity to manage which types of messages are displayed.

Use the following instructions to enable or disable the display of a specific message type:

  1. Go to the Messages window.
  2. Select (to enable) or deselect (to disable) the check box next to a message severity in the window header.

You can also change the severity of a specific message ID. For example, 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. For example:

set_msg_config -id "Common 17-81" -new_severity "CRITICAL WARNING"

For more information, see set_msg_config in the Vivado Design Suite Tcl Command Reference Guide (UG835).