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
| Parameter | Type | Description |
|---|
| pin_name | string | Specifies 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 Type | Description |
|---|
| None | None |
Error Codes
| Error Code | Description |
|---|
| None | Required parameter 'pin_name' is missing. |
| None | Parameter 'pin_name' has illegal value. |
| None | Parameter '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"