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/exedir.
[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.cfgfile to setup the correct connections/clocks.A
[kernel].xofile MUST end up in the[project-root]/vitis/ip/xo_hwdirAn extra aie graph MUST be added in the
[project-root]/vitis/ip/aiedir, the[project-root]/vitis/ip/aie/Makefilewill need adaptations.