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
Parameter | Type | Description |
---|
name | string | Identifies the name of the device you want to change. This parameter is optional. |
type | string | Specifies the device family. This parameter is mandatory. |
Return Type | Description |
---|
None | None |
Error Codes
Error Code | Description |
---|
None | Required parameter 'type' is missing. |
None | Parameter 'type' has illegal value. |
None | Parameter 'name' has illegal value. |
None | Parameter '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}