Vitis Platform Creation Overview - 2025.1 English - XD098

Vitis Tutorials: Getting Started (XD098)

Document ID
XD098
Release Date
2025-06-17
Version
2025.1 English

Vitis uses the Vivado generated extensible hardware platform (XSA) and add software (SW) components and create an embedded platform XPFM.
XPFM = XSA + SW platform (Linux/Baremetal + boot components)

In this flow, the Vitis backend uses System Device Tree (SDT) generator, Yocto/PetaLinux and Lopper to deliver the SW compoenents.

graph TD;
 start[XSA]--->A(Create Platform Component);
    A-->End[XPFM];