21.12.6 remove_device

Description

This Tcl command removes the device from the chain. Chain programming mode must be set.

remove_device -name {name}

Arguments

ParameterTypeDescription
namestringSpecifies the device name. You can repeat this argument for multiple devices.
Return TypeDescription
NoneNone

Error Codes

Error CodeDescription
NoneRequired parameter 'name' is missing.
NoneThe device with name 'test_name' doesn't exist.
NoneParameter 'name' has illegal value.
NoneParameter 'param_name' is not defined. Valid command formatting is 'remove_device [-name "name"]+'.

Supported Families

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

Example

The following example removes a device 'M2L050TA' from the chain:

remove_device -name {M2L050TA}