Step 3: Package the Full System - 2025.1 English - XD100

Vitis Tutorials: AI Engine Development (XD100)

Document ID
XD100
Release Date
2025-08-25
Version
2025.1 English
  1. Open the settings file vitis-sys.json for the simple_aie_application_system_project and click on the package.cfg config file under Package Settings

    missing image

  2. In the General Section, in the Baremetal Elf setting add the following to tell the packager to add the application executable and run it on the A72 processor

    ../../../../A-to-Z_app/build/A-to-Z_app.elf,a72-0

    missing image

  3. In the AI Engine section select the option Do not enable cores

    missing image

    NOTE: The option will add the line –package.defer_aie_run in the package configuration file. This is required when running the AI Engine graph from th e PS (see the Versal ACAP AI Engine Programming Environment User Guide (UG1076)). If the user is looking for a free running graph, this option should be disabled

  4. In the AI Engine section deselect the option Enable debug

    missing image

    NOTE: This option is used when running the debugger. In our case, we will just run the system without using the debugger

  5. Build the simple_aie_application_system_project project for Hardware emulation (Click Build All under HARDWARE EMULATION in the Flow navigator).