This tutorial has six stages:
Designing and compiling the AI Engine
Compiling PL kernels
Creating the xsa with the AI Engine interface and PL kernels
Compiling host code
Packaging and creating SD card image
Running the design on the board and capturing the trace
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