Description
This Tcl
command removes the frequency associated with a specific pin. This pin will have a
default frequency based on its domain.
Note: The pin_name must be the name of a
pin that already exists in the design and already belongs to a domain. Execute the
"smartpower_commit" Tcl command for preserving any changes in
SmartPower.
smartpower_remove_pin_frequency -pin_name {pin_name}
Arguments
Parameter | Type | Description |
---|
pin_name | string | Specifies the name of the pin for which the frequency will be
removed. |
Return Type | Description |
---|
None | None |
Error Codes
Error Code | Description |
---|
None | Required parameter 'pin_name' is missing. |
None | Parameter 'pin_name' is missing or has invalid value. |
None | Parameter 'param_name' is not defined. Valid command formatting
is 'smartpower_remove_pin_frequency [-pin_name "name of
pin"]+'. |
Supported Families
PolarFire® |
SmartFusion® 2 |
RTG4™ |
IGLOO® 2 |
PolarFire SoC |
Example
The following
example removes the frequency from the pin named
"d_in":
smartpower_remove_pin_frequency -pin_name {d_in}