21.12.17 set_device_type

Description

This Tcl command changes the family of a Microchip device in the chain. The device must be a Microchip device.

set_device_type [-name {device name}] -type {type}

Arguments

ParameterTypeDescription
namestringIdentifies the name of the device you want to change. This parameter is optional.
typestringSpecifies the device family. This parameter is mandatory.
Return TypeDescription
NoneNone

Error Codes

Error CodeDescription
NoneRequired parameter 'type' is missing.
NoneParameter 'type' has illegal value.
NoneParameter 'name' has illegal value.
NoneParameter 'param_name' is not defined. Valid command formatting is 'set_device_type [-name "name"] -type "type"'.

Supported Families

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

Example

The following example sets the device 'MyDevice' to the type MPF324.

set_device_type -name {MyDevice} -type {MPF324}