Module 02: AI Engine Design - 2023.2 English

Vitis Tutorials: AI Engine (XD100)

Document ID
XD100
Release Date
2024-03-05
Version
2023.2 English

Create the AI Engine graph application by running the make step as follows:

make graph

or

mkdir build
cd build
aiecompiler -v                      \
            --pl-freq=400           \
            src/test_bf_3x.cpp      \
            -include=src            \
            -include=src/kernels    \
            -include=src/inc        \
            --platform=../Module_01_Custom_Platform/sw/build/vck190_v1_0/export/vck190_v1_0/vck190_v1_0.xpfm \
            -workdir=Work