After the aie simulation completes, analyze the results.
Enter the following command to analyze the reports using Vitis Analyzer:
make analyzeThis command launches the Vitis Analyzer tool and you can review the reports.
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.
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.