Design Considerations - 2024.2 English - XD100

Vitis Tutorials: AI Engine Development (XD100)

Document ID
XD100
Release Date
2024-12-06
Version
2024.2 English

Note: The MUSTs in below explanations are due to how the generic Makefiles are setup, and is NOT an AMD tools requirement!

  • [project-root]/ps_apps/linux: PS applications can easily be added by adding a sub-project for each in [project-root]/ps_apps/linux.

    • Vitis will automatically package them and they will end up in [project-root]/package_linux_${TARGET}.

    • The [PS Application].exe (extension MUST be .exe) MUST end up in the [project-root]/ps_apps/exe dir.

  • [project-root]/vitis/ip: Kernels can be added by just adding a sub-project in [project-root]/vitis/ip.

    • You will need to update the [project-root]/vitis/src/system.cfg file to setup the correct connections/clocks.

    • A [kernel].xo file MUST end up in the [project-root]/vitis/ip/xo_hw dir

    • An extra aie graph MUST be added in the [project-root]/vitis/ip/aie dir, the [project-root]/vitis/ip/aie/Makefile will need adaptations.