Create Vitis domains in a Platform - 2024.1 English

Vitis Tutorials: Embedded Software (XD260)

Document ID
XD260
Release Date
2024-06-19
Version
2024.1 English

Users can create a domain for a specific processor and OS. Supported OS are standalone, linux

Note: Users can use the HSI Python API to extract the available processors from the XSA. This is discussed later in this tutorial.

domain = platform.add_domain(cpu = "psu_cortexa53_0",os = "standalone",name = "my_domain",display_name = "my_domain")