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:
- In the Vivado IDE, go to .The equivalent Tcl command option is:
report_design_analysis -name design_analysis_1Note: Somereport_design_analysisoptions are only available through Tcl. Use the-nameoption to generate the report and view the results in the Vivado IDE. - Configure report settings in the dialog box. The dialog box includes the following
tabs:
- Results Name
- Enter a name for the report results.
- Options
- Select the categories to include (Timing, Complexity, Congestion).
- Advanced
- Adjust advanced controls if needed.
- Timer Settings
- Modify timer settings used for analysis.
Figure 1. Report Design Analysis Dialog Box