Vitis Linker - 2025.1 English - XD098

Vitis Tutorials: Getting Started (XD098)

Document ID
XD098
Release Date
2025-06-17
Version
2025.1 English

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:

  1. libadf.a: AI Engine kernel

  2. mm2s.xo and s2mm.xo: HLS/PL kernels

  3. xilinx_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.