Description
Close a hardware design.
Syntax
close_hw_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
Hardware
Description
Closes the hardware design in the HSM active session. Design modification is not allowed in the current release, otherwise it will prompt to save the design prior to closing.
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 hardware design object to close.
Examples
Close the current hardware design object:
hsi::close_hw_design [current_hw_design]
Close the specified hardware design object:
hsi::close_hw_design design_1_imp