After manually generating the AI Engine status, as described in Generating AI Engine Status, you can analyze the data in the Vitis IDE as follows:
- After opening the IDE, click on .
- In the prompted window, set the following options.
-
Xbutil JSON File:
Select the JSON file that was manually generated with the
xbutil
command. For example, select the fileaie_status_xbutil.json
file. -
AI Engine Compile
Summary: Select the AI Engine compile summary file. For
example:
./Work/graph.aiecompile_summary
- Run Summary: The run summary to be written. The run summary can be used to reload the analysis next time by or .
-
Xbutil JSON File:
Select the JSON file that was manually generated with the
The Graph
and Array views are shown
in the IDE. The following figure shows a manual AI Engine status example.
Note: If you load the JSON file before loading
the compile work directory, the information will not be displayed because there
is no graph report. An imported JSON file overrides any other JSON file
previously set.
Figure 1.
AI Engine Status Example