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_periph_ver_1_0_cmd_periph__set_clock_type
Ixiasoft
Visible to Intel only — GUID: reference_TCL_tcl_pkg_periph_ver_1_0_cmd_periph__set_clock_type
Ixiasoft
3.1.22.23. periph::set_clock_type (::quartus::periph)
The following table displays information for the periph::set_clock_type Tcl command:
Tcl Package and Version | Belongs to ::quartus::periph |
||
Syntax | periph::set_clock_type [-h | -help] [-long_help] [-cell_id <cell_id> ] [-cell_name <cell_name> ] -type <type> | ||
Arguments | -h | -help | Short help | |
-long_help | Long help with examples and possible return values | ||
-cell_id <cell_id> | Single cell id | ||
-cell_name <cell_name> | Cell name, returned from periph::get_cell_info -name | ||
-type <type> | The type of the clock type | ||
Description | This command currently contains no help description. |
||
Example Usage | |
||
Return Value | Code Name | Code | String Return |
TCL_OK | 0 | INFO: Operation successful | |
TCL_ERROR | 1 | ERROR: The supplied clock cell id <string> is invalid. | |
TCL_ERROR | 1 | ERROR: The supplied clock type <string> is invalid. | |
TCL_ERROR | 1 | ERROR: At least one clock type must be supplied, but no clock types were supplied | |
TCL_ERROR | 1 | ERROR: <string> clock types were expected but <string> were supplied |