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

Returns the current message count, limit, or the message configuration rules previously defined by the set_msg_config command.

Syntax

get_msg_config [-id <arg>] [-severity <arg>] [-rules] [-limit] [-count] [-quiet] [-verbose] 

Returns

Nothing.

Usage

Name Description
[-id] The message id to match. Should be used in conjunction with -limit or -count

Default: empty

[-severity] The message severity to match. Should be used in conjunction with -limit or -count

Default: empty

[-rules] Show a table displaying all message control rules for the current project
[-limit] Show the limit for the number of messages matching either -id or -severity that will be displayed
[-count] Show the number of messages matching either -id or -severity that have been displayed
[-quiet] Ignore command errors
[-verbose] Suspend message limits during command execution

Categories

Report