Intel® Quartus® Prime Pro Edition User Guide: Scripting
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: reference_TCL_tcl_pkg_sta_ver_1_0_cmd_report_asynch_cdc
Ixiasoft
Visible to Intel only — GUID: reference_TCL_tcl_pkg_sta_ver_1_0_cmd_report_asynch_cdc
Ixiasoft
3.1.29.43. report_asynch_cdc (::quartus::sta)
The following table displays information for the report_asynch_cdc Tcl command:
Tcl Package and Version | Belongs to ::quartus::sta |
||
Syntax | report_asynch_cdc [-h | -help] [-long_help] [-append] [-detail <summary|full> ] [-fall_from_clock <names> ] [-fall_to_clock <names> ] [-file <name> ] [-from <names> ] [-from_clock <names> ] [-intra_clock] [-multi_bit_cdc] [-nentries <number> ] [-panel_name <name> ] [-reset_cdc] [-rise_from_clock <names> ] [-rise_to_clock <names> ] [-single_bit_cdc] [-stdout] [-to <names> ] [-to_clock <names> ] | ||
Arguments | -h | -help | Short help | |
-long_help | Long help with examples and possible return values | ||
-append | If output is sent to a file, this option appends the result to that file. Otherwise, the file will be overwritten. This option is not supported for HTML files. | ||
-detail <summary|full> | Option to specify how much detail should be shown in the CDC report | ||
-fall_from_clock <names> | Valid source clocks (string patterns are matched using Tcl string matching) | ||
-fall_to_clock <names> | Valid destination clocks (string patterns are matched using Tcl string matching) | ||
-file <name> | Sends the results to an ASCII or HTML file. Depending on the extension | ||
-from <names> | Valid sources (string patterns are matched using Tcl string matching) | ||
-from_clock <names> | Valid source clocks (string patterns are matched using Tcl string matching) | ||
-intra_clock | Only report paths whose launch and latch clock are the same | ||
-multi_bit_cdc | Report multi-bit CDC topologies found in the design | ||
-nentries <number> | Display up to this number of entries per CDC topology. Only applicable in full detail mode | ||
-panel_name <name> | Sends the results to the panel and specifies the name of the new panel | ||
-reset_cdc | Report reset CDC topologies found in the design | ||
-rise_from_clock <names> | Valid source clocks (string patterns are matched using Tcl string matching) | ||
-rise_to_clock <names> | Valid destination clocks (string patterns are matched using Tcl string matching) | ||
-single_bit_cdc | Report single-bit CDC topologies found in the design | ||
-stdout | Send output to stdout, via messages. You only need to use this option if you have selected another output format, such as a file, and would also like to receive messages. | ||
-to <names> | Valid destinations (string patterns are matched using Tcl string matching) | ||
-to_clock <names> | Valid destination clocks (string patterns are matched using Tcl string matching) | ||
Description | |
||
Example Usage | |
||
Return Value | Code Name | Code | String Return |
TCL_OK | 0 | INFO: Operation successful | |
TCL_ERROR | 1 | ERROR: The current report cannot be run in XML mode. Use create_timing_netlist to create a non-XML timing netlist. |