Double-click PeakDetect_system -> PeakDetect_system.sprj, and set the
sysroot
,Root FS
, andKernel Image
. Also set the package options.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 thexrt::graph
API.NOTE: When you change the build target from
Emulation-SW
(default) toEmulation-HW
orHardware
, make sure to repeat the step-35.This creates the system project which can be used to build and run for all the targets.