Options Tab - Options Tab - 2026.1 English - UG906

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

Document ID
UG906
Release Date
2026-06-23
Version
2026.1 English

The Options tab contains the following settings:

Reports
Select the path delay type. Refer to Report Section for more information.

To exclude unconstrained paths, enable Do not report unconstrained paths.

The equivalent Tcl command option is -no_report_unconstrained.

Path Limits
Set the number of paths per group or endpoint. Refer to Report Timing Summary for more information.

Use -group to limit paths to specific groups.

The equivalent Tcl command option is -group.

Path Display
Filter by slack value with one of the following options:
  • -slack_greater_than
  • -slack_lesser_than
Select the number of significant digits. Refer to Report Timing Summary for more information.

Use the following rules for report sorting:

  • When you sort by group, the report shows the N worst paths for each group and each analysis type.
    • These types include -delay_type min, max, or min_max.
    • Vivado orders groups based on their worst path. Vivado shows the group with the most severe violation first.
  • When you sort by slack, the report shows the N worst paths across all groups for each analysis type. Vivado sorts these paths by increasing slack.

The equivalent Tcl command option is -sort_by.