Create Vitis domains in a Platform - 2025.2 English - XD260

Vitis Tutorials: Embedded Software (XD260)

Document ID
XD260
Release Date
2025-12-05
Version
2025.2 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")