21.11.19 set_fpexpress_mode

Description

This TCL command allows the user to select the FlashPro express mode: Operator mode or Developer mode. Operator mode is the current default mode. Developer mode allows to update jobs before running programming.

Note: This TCL command will error out if there is an open job. The user has to close open jobs (or have close_project TCL command in the TCL script) before running this command.
set_fpexpress_mode [-mode {operator|developer}]

Arguments

ParameterTypeDescription
modestringSpecify FlashPro express mode. The possible value for this argument are:
  • operator_mode - FlashPro Express mode is set to operator mode.
  • developer_mode - FlashPro Express mode is set to developer mode.
Return TypeDescription
NoneNone

Error Codes

Error CodeDescription
NoneRequired parameter 'mode' is missing.
NoneParameter 'param_name' is not defined. Valid command formatting is 'set_fpexpress_mode -mode "operator_mode | developer_mode"'.
Nonemode: Invalid argument value: ''(expecting operator_mode or developer_mode).

Supported Families

PolarFire®
PolarFire SoC

Example

This example sets FlashPro express mode as "developer_mode":

set_fpexpress_mode -mode {developer_mode}