delete_pr_configurations - 2020.2 English

Vivado Design Suite Tcl Command Reference Guide (UG835)

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

Delete existing configurations

Syntax

delete_pr_configurations [‑quiet] [‑verbose] <configs>

Usage

Name Description
[-quiet] Ignore command errors
[-verbose] Suspend message limits during command execution
<configs> List of Configurations to delete

Categories

Partition

Description

Delete the specified PR configuration from the current project.

This command returns nothing if successful, or returns an error if the command 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.

<configs> - (Required) Specify one or more PR configuration objects to remove from the current project. The configurations can be specified by name, or as objects returned by the get_pr_configurations command.

Example

The following example deletes the specified PR configuration:
delete_pr_configurations [get_pr_configurations clockHigh]