Ensure the Enable Trace is checked in Run settings (Flow Navigator -> aie_component). If it is not checked, you must check and select the Run.
Steps to run the Trace from Vitis IDE, Go to Flow Navigator -> Select AI Engine Component -> Select AIE Simulator/ Hardware -> Go to Reports -> Select Trace.
From the trace information in the run_summary in the Vitis Analyzer, navigate to the output port for which you want to calculate the throughput (Upscale kernel in this case). Add a marker at the start of the first output sample as highlighted below. Then click the Go button to the last time icon, and observe the cursor moves to the end of the last iteration. Now, click the previous transition icon to go the start of the last iteration. Add one more marker at the end, and observe the time difference as
2254.4 ns.The number of bytes transferred is,
128samples *4Bytes *7iterations =3584tes. Throughput =3584/2254 * e-9 ~= 1.6 GBPS.Compare the throughput with the one you got during
aiesimulationwhere the AI Engine is a standalone module; see Section 9 in AIE Simulation.