21.12.15 set_device_order

Description

This Tcl command sets the order of the devices in the chain to the order specified. Chain programming mode must have been set. Unspecified devices will be at the end of the chain.

set_device_order -name {device name}

Arguments

ParameterTypeDescription
namestringSpecifies the device name. To specify a new order you must repeat this argument and specify each device name in the order desired. This parameter is mandatory.
Return TypeDescription
NoneNone

Error Codes

Error CodeDescription
NoneRequired parameter 'name' is missing.
NoneParameter 'name' is missing or has invalid value.
NoneParameter 'name' has illegal value.
NoneParameter 'param_name' is not defined. Valid command formatting is 'set_device_order [-name "name"]+'.

Supported Families

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

Example

The following example sets the device order for 'MyDevice1', 'MyDevice2', 'MyDevice3', and 'MyDevice4'.'MyDevice2' is unspecified so it moves to the end of the chain.

set_device_order -name  {MyDevice2} -name {MyDevice3} -name {MyDevice1} -name {MyDevice4}