The Report section of the Options tab of the Report Timing Summary dialog box includes:
- Path delay type
- Sets the type of analysis to be run. For synthesized designs,
only max delay analysis (setup/recovery) is performed by default. For
implemented design, both min and max delay analysis (setup/hold,
recover/removal) are performed by default. To run min delay analysis only (hold
and removal), select delay type
min.The equivalent Tcl option is
-delay_type. - Report unconstrained paths
- Generates information on paths that do not have timing
constraints. This option is enabled by default in the Vivado IDE, but is disabled by default in the equivalent
report_timing_summaryTcl command option.The equivalent Tcl option is
-report_unconstrained. - Report datasheet
- Generates the design datasheet as defined in Report Datasheet.
The equivalent Tcl option is
-datasheet.