Open the Xilinx Shell Archive
Syntax
open_hw_platform [‑no_auto_upgrade] [‑quiet] [‑verbose] [<file>]
Returns
The name of the shell file.
Usage
Name | Description |
---|---|
[-no_auto_upgrade]
|
Disable BD auto upgrade |
[-quiet]
|
Ignore command errors |
[-verbose]
|
Suspend message limits during command execution |
[<file>]
|
Xilinx Shell Archive file Values: A filename with alphanumeric characters and .dsa/.xsa extension. |
Description
Open a Xilinx support archive (XSA) file and extract the AMD Vivado™ project, block design, and IP from the archive. This will create a project directory and project file (.xpr) from the XSA.
This command returns a transcript of its actions, or returns an error if it fails.
Arguments
-no_auto_upgrade
- (Optional) Do not upgrade the IP used in the Block Design to the latest version. By default, the original IP from the XSA will be auto-upgraded if possible. Use the report_ip_status
command to identify out-of-date IP.
-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.
-verbose
- (Optional) Temporarily override any message limits and return all messages from this command.
set_msg_config
command.
<file>
- (Required) Specify the path and file name of the XSA file.
Examples
The following example opens the specified XSA, automatically upgrading the IP as needed:
open_hw_platform C:/Data/zc706.xsa