Report Datasheet Dialog Box: Options Tab - 2022.1 English

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

Document ID
UG906
Release Date
2022-05-04
Version
2022.1 English
Figure 1. Report Datasheet Dialog Box: Options Tab

The Report Datasheet Dialog Box Options tab includes the following:

  • Results name: Specifies the name for the returned results of the Report Datasheet command. The report opens in the Timing window of the Vivado IDE with the specified name.

    Equivalent Tcl option: -name

  • Sort by: Sorts the results by port name or by clock name.

    Equivalent Tcl option: -sort_by

  • Report all process corners separately: Reports the data for all defined process corners in the current design.

    Equivalent Tcl option: -show_all_corners

  • Significant digits: Specifies the number of significant digits in the reported values. The default is three.

    Equivalent Tcl option: -significant_digits

  • Write results to file: Write the result to the specified file name. By default the report is written to the Timing window in the Vivado IDE.

    Equivalent Tcl option: -file

  • Overwrite / Append: When the report is written to a file, determines whether the specified file is overwritten, or new information is appended to an existing report.

    Equivalent Tcl option: -append

  • Ignore command errors: Executes the command quietly, ignoring any command line errors and returning no messages. Returns TCL_OK regardless of any errors encountered during execution.

    Equivalent Tcl option: -quiet

  • Suspend message limits: Temporarily overrides any message limits. Returns all messages from this command.

    Equivalent Tcl option: -verbose

  • Command: Displays the Tcl command line equivalent of the various options specified in the Report Datasheet dialog box.
  • Open in a new tab: Opens the results in a new tab, or replaces the last tab opened by the Results window.
  • Open in Timing Analysis layout: Resets the current view layout to the Timing Analysis view layout.