17.1.9.1.2 set_device

Description

Specify family name, die name, and speed grade.

set_device -family <family_name> -die <die_name> -speed <speed>

Arguments

ParameterTypeDescription
-family <family_name>StringSpecify the family name. Possible values are PolarFire®, PolarFire SoC.
-die <die_name>StringSpecify the die name.
-speed <speed>StringSpecify the device speed grade. Possible values are STD or -1.
Return TypeDescription
0Command succeeded.
1Command failed. There is an error. You can observe the error message in the console.

List of Errors

Error CodeError MessageDescription

ERR0023

Required parameter—die is missingThe die option is mandatory and must be specified.

ERR0005

Unknown die 'MPF30'The value of -die option is not correct. See the possible list of values in option's description.

ERR0023

Parameter—die is missing valueThe die option is specified without value.

ERR0023

Required parameter—family is missingThe family option is mandatory and must be specified.

ERR0004

Unknown family 'PolarFire®'The family option is not correct. See the possible list of values in option's description.

ERR0023

Parameter—family is missing valueThe family option is specified without value.

ERR0023

Required parameter—speed is missingThe speed option is mandatory and must be specified.

ERR0007

Unknown speed '<speed>'The speed option is not correct. See the possible list of values in option's description.

ERR0023

Parameter—speed is missing valueThe speed option is specified without value.

Example

set_device -family {PolarFire} -die {MPF300T_ES} -speed -1
set_device -family SmartFusion 2 -die M2S090T -speed -1