Analyzing the Design - Analyzing the Design - 2025.2 English - XD100

Vitis Tutorials: AI Engine Development (XD100)

Document ID
XD100
Release Date
2026-03-27
Version
2025.2 English

After the aie simulation completes, analyze the results.

  1. Enter the following command to analyze the reports using Vitis Analyzer:

    make analyze
    

    This command launches the Vitis Analyzer tool and you can review the reports.

    Graph View

  2. Select the Graph report. In Graph View, view the connections between the kernels and the buffers used. Use the Tile view to analyze the tiles mapped for the kernels and the buffers.

    Trace View

  3. Select the Trace report. Each tile is reported in the Trace report. Within each tile the report includes core, DMA, locks, and I/O if there are PL blocks in the graph.

Note: When using trace view, examine the waveform within the 0 to 25 µs range.

Notice that the FIR started processing (Tile: 25,0). After the first set of data is ready, FFT started processing (Tile: 24,0) the data and sending the processed output.