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

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

List of Errors

Error Code Error Message Description

ERR0023

Required parameter—die is missing The 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 value The die option is specified without value.

ERR0023

Required parameter—family is missing The 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 value The family option is specified without value.

ERR0023

Required parameter—speed is missing The 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 value The 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