Intel® Quartus® Prime Pro Edition User Guide: Scripting

ID 683432
Date 6/20/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

3.1.27.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
This command currently contains no 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