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