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

Syntax

domain list 

List domains in the active platform.

Options

Option Description
-dict List all the domainss 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.

Example(s)

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.