save_bd_design - 2021.1 English

Vivado Design Suite Tcl Command Reference Guide (UG835)

Document ID
UG835
Release Date
2021-06-16
Version
2021.1 English

Save an existing IP subsystem design to disk file.

Syntax

save_bd_design [‑quiet] [‑verbose] [<name>]

Returns

TCL_OK, TCL_ERROR if failed.

Usage

Name Description
[-quiet] Ignore command errors
[-verbose] Suspend message limits during command execution
[<name>] Name of design to save.

Categories

IPIntegrator

Description

Saves any changes to the current or specified IP subsystem design in the IP integrator of the Vivado Design Suite.

This command returns TCL_OK if it is successful, or TCL_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.

<name> - Specify the name of the IP subsystem design to save. If name is not specified, the current IP subsystem design will be saved.

Examples

The following example saves the current IP subsystem design in the current project:
save_bd_design