System Project Settings - 2023.1 English

Vitis Tutorials: AI Engine Development

Document ID
XD100
Release Date
2023-10-03
Version
2023.1 English
  1. Double-click PeakDetect_system -> PeakDetect_system.sprj, and set the sysroot,Root FS, and Kernel Image. Also set the package options.

    system project settings

    As the AI Engine graph is being loaded by the host PS application, we can defer the running of the graph after the graph has been loaded using the xrt::graph API. By default, the AMD platform management controller (PMC) loads and runs the graph. However the v++ --package.defer_aie_run option will let you defer the graph run until after the graph has been loaded using the xrt::graph API.

    NOTE: When you change the build target from Emulation-SW(default) to Emulation-HW or Hardware, make sure to repeat the step-35.

    This creates the system project which can be used to build and run for all the targets.