21.12.16 set_device_tck

Description

This Tcl command sets the maximum TCK frequency of a non-Microchip device in the chain. Chain programming mode must be set. The device must be a non-Microchip device.

set_device_tck -name {name} -tck {tck}

Arguments

ParameterTypeDescription
namestringSpecifies the non-Microchip device name.
tckdecimalSpecifies the maximum TCK frequency (in MHz). TCK frequency be greater than or equal to 1.000 and less than or equal to 100.000.
Return TypeDescription
NoneNone

Error Codes

Error CodeDescription
NoneRequired parameter 'name' is missing.
NoneRequired parameter 'tck' is missing.
NoneParameter 'tck' must be greater than or equal to 1.000.
NoneParameter 'tck' must be less than or equal to 100.000.
NoneParameter 'tck' has illegal value.
Nonetck: Invalid argument value: '' (expecting decimal value).
NoneParameter 'name' has illegal value.
NoneParameter 'param_name' is not defined. Valid command formatting is 'set_device_tck -name "name" -tck "decimal value"'.

Supported Families

Supported Families
PolarFire®
PolarFire SoC
RTG4
SmartFusion® 2
IGLOO® 2

Example

The following example sets the maximum TCK frequency of the non-Microchip device 'MyDevice':

set_device_tck -name {MyDevice} -tck {2.25}