common::reset_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

Resets or removes a message control rule previously defined by the set_msg_config command.

Syntax

reset_msg_config [-string <args>] [-id <arg>] [-severity <arg>] [-limit] [-suppress] [-count] [-default_severity] [-regexp] [-quiet] [-verbose] 

Returns

Nothing.

Usage

Name Description
[-string] A qualifier, apply the selected operation only to messages that contain the given strings Default: empty
[-id] A qualifier, the message id to match. If not specified, all message ids will be matched
[-severity] A qualifier, apply the selected operation only to messages at the given severity level
[-limit] Resets the limit values for message controls that match the given qualifiers for the current project
[-suppress] Stops suppressing messages that match the given qualifiers for the current project
[-count] Resets the count of messages for all message controls that match the given qualifiers for the current project. This will prevent messages from being suppressed by a -limit control until the message count once again exceeds the specified limit.
[-default_severity] Resets the message severity of all messages controls for the current project that match the given qualifiers to their default value
[-regexp] The values used for -string are full regular expressions
[-quiet] Ignore command errors
[-verbose] Suspend message limits during command execution

Categories

Report