Figure 1. Report CDC Dialog Box

You can run the Report CDC command from either the Vivado IDE or the Tcl Console. When you run Report CDC from the Vivado IDE, it provides all the details for the CDC paths between the specified clocks by default.
- Select or use the
report_cdc -name cdc_1in the Tcl Console. - In the Report CDC dialog box, fill in the following fields:
- Results Name
- Enter a name for the report. This name appears in the Timing window or in the file output.
- Clocks (From/To)
- Use the Clocks From and To fields to optionally specify the source and/or destination clocks for the CDC analysis. This narrows the scope to specific clocks and creates a more readable report. Click the Browse button to search for clock objects.
- File Output
- Specify a file to write the results. You can choose whether to overwrite the file or append to it.
- Options
- Set additional behaviors for the report:
- Suspend message limits during execution
Equivalent Tcl option:
-verbose - Ignore command errors
Equivalent Tcl option:
-quiet
- Suspend message limits during execution
Note: By default, the Tcl version only prints the
Summary by Clock Pairs table. To include full CDC path details, add the
-details
option:report_cdc -details
Note: Enabling the
-details option can generate large
reports or log files depending on the design size. Use it only when detailed analysis is
needed.