Identify Bottlenecks - Identify Bottlenecks - 2026.1 English - XD261

Vitis Tutorials: Vitis HLS (XD261)

Document_ID
XD261
Release_Date
2026-07-20
Version
2026.1 English
  1. Run C Synthesis by clicking Run under C SYNTHESIS in the Flow navigation panel. The process may take several minutes to complete.

  2. Once synthesis is finished, review the report by navigating to REPORT > Synthesis under C SYNTHESIS in the Flow navigation panel.

  3. In the report, look for loops or functions that exceed the defined target transaction interval. These are potential bottlenecks that require further optimization.

    CSynth Report

This indicates that the loop inside Window2D requires optimization.