platform list - 2022.1 English

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

Document ID
UG1400
Release Date
2022-04-26
Version
2022.1 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.

Example(s)

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.