Re-compiling Programmable Logic (PL) kernels targeting the custom platform - 2025.1 English - XD100

Vitis Tutorials: AI Engine Development (XD100)

Document ID
XD100
Release Date
2025-08-25
Version
2025.1 English

Re-compile the PL kernets targeting the custom platform using the command below:

make kernels TARGET=hw

or

v++ -c --mode hls --platform $PLATFORM_REPO_PATHS/vck190_custom.xpfm --config pl_kernels/s2mm.cfg
v++ -c --mode hls --platform $PLATFORM_REPO_PATHS/vck190_custom.xpfm --config pl_kernels/mm2s.cfg