21.9.32 smartpower_remove_pin_probability

Description

This tcl command removes the probability value associated with a specific pin. This pin will have a default probability based on the domain set it belongs to.

smartpower_remove_pin_probability -pin_name "name of pin"

Arguments

ParameterTypeDescription
pin_namestringSpecifies the name of the pin with the probability to remove. This pin must be the direct driver of an enable pin. There may be multiple -pin_name arguments. This is mandatory.
Return TypeDescription
NoneNone

Error Codes

Error CodeDescription
NoneRequired parameter 'pin_name' is missing.
NoneParameter 'pin_name' has illegal value.
NoneParameter 'param_name' is not defined. Valid command formatting is 'smartpower_remove_pin_probability [-pin_name "name of pin"]+'.

Supported Families

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

Example

The following example removes the probability of the pin driving the enable pin of a bidirectional I/O:

smartpower_remove_pin_probability -pin_name "mybibuf/U0/U1:EOUT"

See Also