hsi::close_sw_design - 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

Close a software design.

Syntax

close_sw_design [-quiet] [-verbose] <name>... 

Returns

Returns nothing, error message if failed.

Usage

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

Categories

Software

Description

Closes the specified software design in the current Hardware Software Interface session.

Important: If the design has been modified, you will not be prompted to save the design prior to closing. In the current release the persistence option is not available.

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 are returned. Only errors occurring inside the command are 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> - The name of the software design object to close.

Examples

Close the current software design in the current session:

hsi::close_sw_design [current_sw_design]
hsi::close_sw_design

Close the specified software design in the current session:

hsi::close_sw_design [current_sw_design]