Fast Track - Fast Track - 2025.2 English - XD101

Vitis Tutorials: Platform Creation (XD101)

Document_ID
XD101
Release_Date
2025-12-11
Version
2025.2 English

Scripts are provided to re-create projects and generate outputs in each step. To use these scripts, run the following steps

To build the hardware design, run the following commands:

# cd to the step directory, e.g.
cd ref_files/step1_hw
make all

To clean the generated files, run the following commands:

make clean

A top level all in one build script is also provided. To build everything (step 1 to step 4) with one command, go to ref_files directory and run:

make all

To clean all the generated files, run the following commands:

make clean