Intel® Quartus® Prime Pro Edition User Guide: Getting Started

ID 683463
Date 10/04/2021
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

2.1.3.1. Suppressing Message Display

You can suppress display of unimportant messages from the Messages window, so that you can focus on the messages that are important to you. To suppress one or more messages from displaying in the Messages window, right-click the message, and then click any of the following commands:
  • Suppress Message—suppresses all messages that match the exact text you specify.
  • Suppress Messages with Matching ID—suppresses all messages that match the message ID number you specify, ignoring variables.
  • Suppress Messages with Matching Keyword—suppresses all messages that match the keyword or hierarchy you specify.
  • Message Suppression Manager—allows you to create and edit message suppression rules. You can define message suppression rules by message text, message ID number, or keyword.
Figure 9. Message Suppression Manager


Suppressing Messages by Design Entity

You can optionally suppress messages by design entity without modifying HDL. Entity-based message suppression can be helpful to eliminate insignificant warnings for specific IP components or design entities that may be obscuring other more important warnings.

To suppress messages by design entity, add the following line to the project .qsf, or to the .qip file for stand-alone IP components:

set_global_assignment -name MESSAGE_DISABLE -entity <name>
Note:
  • You cannot suppress error or Intel legal agreement messages.
  • Suppressing a message also suppresses any submessages.
  • A root message does not display if you suppress all of the root message's submessages.
  • Message suppression is project revision-specific. Derivative project revisions inherit any suppression.
  • You cannot edit messages or suppression rules during compilation.
  • Messages are written to stdout when you use command-line executables.