delete_report_configs - 2020.2 English

Vivado Design Suite Tcl Command Reference Guide (UG835)

Document ID
UG835
Release Date
2020-11-18
Version
2020.2 English

Delete a set of existing configurable report objects

Syntax

delete_report_configs [‑quiet] [‑verbose] <report_configs>...

Usage

Name Description
[-quiet] Ignore command errors
[-verbose] Suspend message limits during command execution
<report_configs> List of configurable report objects to delete

Categories

Object, Report

Description

Removes specified report objects from the current project. The report objects are created by the create_report_config command.

This command returns nothing if successful, or an error if it fails.

Arguments

-quiet - (Optional) Execute the command quietly, returning no messages from the command. The command also returns TCL_OK regardless of any errors encountered during execution.
Note: Any errors encountered on the command-line, while launching the command, will be returned. Only errors occurring inside the command will be trapped.
-verbose - (Optional) Temporarily override any message limits and return all messages from this command.
Note: Message limits can be defined with the set_msg_config command.

<report_configs> - (Required) Specifies the list of report objects to remove from the current project. The reports must be specified as objects returned by the get_report_configs command.

Examples

The following example deletes the specified report_config object:
delete_report_configs [get_report_configs post_route_datasheet]