isstaticxsa - 2022.2 English

Vitis Unified Software Platform Documentation: Embedded Software Development (UG1400)

Document ID
UG1400
Release Date
2023-01-02
Version
2022.2 English

Check if hardware design is a static XSA.

Syntax

isstaticxsa <hw spec file>

Checks if the hardware design is a static XSA.

Options

None.

Returns

If successful, returns true if hardware design is static, returns false if hardware design is not static. Otherwise, it returns an error.

Examples

isstaticxsa static.xsa

Returns true if XSA is static.