Report Exceptions Dialog Box: Options Tab - 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
Figure 1. Report Exceptions Dialog Box: Options Tab

The Options tab in the Report Exceptions dialog box includes the following sections:

Report
Coverage: Adds exception coverage data to the detailed tables in the report. This option can increase report runtime significantly.

The equivalent Tcl option is: -coverage

File Output
Export to file: Saves the report to a specified file. By default, Vivado writes the report to the Timing window.

The equivalent Tcl option is: -file

Overwrite or Append
Choose whether to overwrite the file or append new content to it.

The equivalent Tcl option is: -append

Miscellaneous
Ignore command errors: Runs the command quietly, suppresses error messages, and returns TCL_OK even when errors occur.

The equivalent Tcl option is: -quiet

Suspend message limits during command execution
Temporarily disables message limits so that all messages are returned.

The equivalent Tcl option is: -verbose