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_sdc_ext_ver_2_0_cmd_get_active_clocks
Ixiasoft
Visible to Intel only — GUID: reference_TCL_tcl_pkg_sdc_ext_ver_2_0_cmd_get_active_clocks
Ixiasoft
4.1.34.4. get_active_clocks (::quartus::sdc_ext)
The following table displays information for the get_active_clocks Tcl command:
Tcl Package and Version | Belongs to ::quartus::sdc_ext |
||
Syntax | get_active_clocks [-h | -help] [-long_help] | ||
Arguments | -h | -help | Short help | |
-long_help | Long help with examples and possible return values | ||
Description | Returns the collection of active clocks for timing analysis. The active clocks are the clocks specified in the most recent call to set_active_clocks, or all clocks if set_active_clocks has not been called. |
||
Example Usage | |
||
Return Value | Code Name | Code | String Return |
TCL_OK | 0 | INFO: Operation successful | |
TCL_ERROR | 1 | ERROR: Timing netlist does not exist. Use create_timing_netlist to create a timing netlist. |