As discussed in the tutorial introduction page, the Vitis linker inputs are kernels, platform and a configuration file. Let’s look at the files we have generated so far:
libadf.a
: AI Engine kernelmm2s.xo
ands2mm.xo
: HLS/PL kernelsxilinx_vck190_base_202510_1.xpfm
: AMD provided platform
Important Note: This tutorial uses the AMD provided platform. For custom platform flow details, please check tutorials under Vitis_Platform_Creation
With the input kernels and platform ready, we need to define the connection of these kernel using a configuration file, let’s call it system.cfg.