Analyzing the Worst Path along with Preceding and Following Worst Paths - 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 enable Extend analysis in Report Design Analysis (Timing mode) to analyze not only the worst setup path, but also:

  • The worst setup path to the startpoint cell (PrePath)
  • The worst setup path from the endpoint cell (PostPath)
Figure 1. Extended Path Characteristics of the Worst Setup Path

Note: The Extend Analysis for All Paths option is currently available only for setup analysis.

To run this analysis:

  • In the Vivado IDE, select the Extend analysis checkbox in the dialog box.
  • In Tcl, use the following command: report_design_analysis -extend

This option increases runtime because it performs multiple timing analyses to collect characteristics for each reported path. Use it when you need full context around the worst setup path.