domain 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 domains.

Syntax

domain list 

List domains in the active platform.

Options

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

Returns

List of domains in the active platform, or empty string if no domains exist.

Examples

platform active

platform1

domain list

Display all the domain created in platform1 in tabular format.

domain list -dict

Display all the domain created in platform1 in Tcl dictionary format.