System Timeline complete flow - 2025.2 English - XD100

Vitis Tutorials: AI Engine Development (XD100)

Document ID
XD100
Release Date
2025-12-05
Version
2025.2 English

This tutorial is decomposed in 6 stages:

  • AI Engine design and compilation

  • PL kernels compilation

  • Link stage to create the xsa with the AI Engine interface and the PL Kernels

  • Host code compilation

  • Packaging and create SD card image

  • Run the design on the board and capture the trace

  • Analyze the trace

The Makefile is built so that you can address each step alone or concatenate all steps in a single command:

build_hw:
   make TARGET=hw  clean data aie kernels xclbin host package