platform list - 2022.2 English

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

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

List the platforms.

Syntax

List the platforms in the workspace and repository.

Options

Option Description
-dict List all the platforms for the workspace in Tcl dictionary format. Without this option, platforms are listed in tabular format.

Returns

List of platforms, or "No active platform present" string if no platforms exist.

Examples

platform list

Return a list of all the platforms in the workspace and repository in tabular format.

platform list -dict

Return a list of all the platforms in the workspace and repository in Tcl dictionary format.