Domain Create: AI Engine - 2023.2 English

Vitis Tutorials: AI Engine (XD100)

Document ID
XD100
Release Date
2024-03-05
Version
2023.2 English

Next, the vck_190_v1_0_pfm.tcl script creates an AI Engine domain and selects aie_runtime as the operating system and ai_engine as the processor with the domain create command. It configures the pmcqemu-args, qemu-args, and qemu-data attributes with the domain config command.

domain create -name aiengine -os aie_runtime -proc {ai_engine}
domain config -pmcqemu-args $SW_COMP/src/qemu/aie/pmc_args.txt
domain config -qemu-args $SW_COMP/src/qemu/aie/qemu_args.txt
domain config -qemu-data $SW_COMP/src/boot