Running Report Design Analysis - 2025.2 English - UG906

Vivado Design Suite User Guide: Design Analysis and Closure Techniques (UG906)

Document ID
UG906
Release Date
2025-12-10
Version
2025.2 English

You can run Report Design Analysis from the Tcl Console or the Vivado IDE. The report generates three categories:

Timing
Shows timing and physical characteristics of timing paths.
Complexity
Analyzes routing complexity and LUT distribution.
Congestion
Identifies routing congestion in the design.

Follow these steps to run the report:

  1. In the Vivado IDE, go to Reports > Report Design Analysis.
    The equivalent Tcl command option is:
    report_design_analysis -name design_analysis_1
    Note: Some report_design_analysis options are only available through Tcl. Use the -name option to generate the report and view the results in the Vivado IDE.
  2. Configure report settings in the dialog box. The dialog box includes the following tabs:
    Results Name
    Enter a name for the report results.
    Equivalent Tcl option: -name <windowName>
    Options
    Select the categories to include (Timing, Complexity, Congestion).
    See the Options Tab section for more information.
    Advanced
    Adjust advanced controls if needed.
    Timer Settings
    Modify timer settings used for analysis.
Figure 1. Report Design Analysis Dialog Box