Suppressing Messages - 2020.2 English

Vivado Design Suite User Guide: Using the Vivado IDE (UG893)

Document ID
UG893
Release Date
2021-01-28
Version
2020.2 English

You can suppress messages from appearing in the Vivado IDE Messages window as follows:

  • To suppress a specific message, right-click the message, and select Suppress this Message.
  • To suppress all messages with a specific message ID, right-click the message, and select Suppress Messages with this ID.
  • To suppress all messages of a specific severity (for example, Info), right-click a message, and select Suppress Messages with this Severity.
  • To suppress a message that contains a specific text string or collection of strings, right-click in the Messages window, and select Manage Suppression. In the Manage Suppression dialog box (shown in the following figure), click the add button . In the New Suppression Rule dialog box, enter the message ID or text string to add the suppression rule, and click OK.
Tip: To limit the number of messages without suppressing them, you can use the set_msg_config Tcl command, for example, set_msg_config -id {[Common 17-349]} -limit 10. The default message limit is 100. For more information, see set_msg_config in the Vivado Design Suite Tcl Command Reference Guide (UG835).
Figure 1. Manage Suppression Dialog Box