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 1.0 |
|||
| 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 | ||