ishwexpandable - 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 expandable.

Syntax

ishwexpandable <hw spec file>

Checks if the hardware design is expandable or fixed.

Options

None.

Returns

If successful, returns true if hardware design is expandable/extensible, returns false if hardware design is fixed. Otherwise, it returns an error.

Examples

ishwexpandable system.xsa

Returns true if XSA is expandable/extensible.