Stage 5: Host Application Debug - 2022.1 English

Versal ACAP AI Engine Programming Environment User Guide (UG1076)

Document ID
UG1076
Release Date
2022-05-25
Version
2022.1 English

The goal of this stage is to debug the host application, and address application exceptions or crashes, if any exist.

Figure 1. Host Application Debug

The sections below list the different techniques available in this stage.

Vitis IDE Debugger

You can use the Vitis IDE debugger to debug host application source. Details on the Vitis Debugger can be found in Debugging the AI Engine Application.

Printf

You can also use printf() statements in your host code to help debug the host application.

Next Stage: After you determine the cause of the failure and fix the issue, you can recompile the host application, and proceed to stage 1.