System Timeline Complete Flow - System Timeline Complete Flow - 2025.2 English - XD100

Vitis Tutorials: AI Engine Development (XD100)

Document ID
XD100
Release Date
2026-03-27
Version
2025.2 English

This tutorial has six stages:

  1. Designing and compiling the AI Engine

  2. Compiling PL kernels

  3. Creating the xsa with the AI Engine interface and PL kernels

  4. Compiling host code

  5. Packaging and creating SD card image

  6. Running the design on the board and capturing the trace

  7. Analyzing the trace

The Makefile allows you to address each step alone or concatenate all steps in a single command:

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