21.9.27 smartpower_remove_custom_mode

Description

This Tcl command removes a custom mode from the current design.

smartpower_remove_custom_mode -name {deleted mode name}

Arguments

ParameterTypeDescription
namestringSpecifies the name of the custom mode to be removed. This parameter is mandatory.
Return TypeDescription
NoneNone

Error Codes

Error CodeDescription
NoneRequired parameter 'name' is missing.
NoneParameter 'name' has illegal value.
NoneA custom mode with name "mode_name" does not exist.
NoneParameter 'param_name' is not defined. Valid command formatting is 'smartpower_remove_custom_mode -name "mode to deleted"'.

Supported Families

PolarFire®
SmartFusion® 2
RTG4™
IGLOO® 2
PolarFire SoC

Example

This example removes a "MyCustomMode" custom mode from the current design:

smartpower_remove_custom_mode -name {MyCustomMode}

See Also