common::set_msg_config - 2020.2 English

Vitis Unified Software Platform Documentation: Embedded Software Development (UG1400)

Document ID
UG1400
Release Date
2020-12-15
Version
2020.2 English

Description

Configure how the Vivado tool will display and manage specific messages, based on message ID, string, or severity.

Syntax

set_msg_config [-id <arg>] [-string <args>] [-severity <arg>] [-limit <arg>] [-new_severity <arg>] [-suppress] [-regexp] [-quiet] [-verbose] 

Returns

Nothing.

Usage

Name Description
[-id] A qualifier, apply the selected operation only to messages that match given message id. Example: '-id {Common 17-35}'. Default: match any id
[-string] A qualifier, apply the selected operation only to messages that contain the given list of strings. Default: none
[-severity] A qualifier, apply the selected operation only to messages at the given severity level. Example: '-severity INFO' Default: match any severity
[-limit] for the messages that match the qualifiers, limit the number of messages displayed to the given integer value. Can only be used in conjunction with one of -id or -severity.
[-new_severity] for the messages that match the qualifiers, change the severity to the given value for the current project
[-suppress] for the messages that match the qualifiers, suppress (do not display) any messages for the current project
[-regexp] The values used for -string are full regular expressions
[-quiet] Ignore command errors
[-verbose] Suspend message limits during command execution

Categories

Report