21.9.21 smartpower_init_setofpins_values
(Ask a Question)Description
This tcl command initializes the frequency and probability of all sets of pins.
smartpower_init_setofpins_values -domain_name "IOsEnableSet | MemoriesEnableSet" \
[-freq "decimal value [unit { Hz | KHz | MHz }]"] \
[-proba "decimal value"]
Arguments
Parameter | Type | Description |
---|---|---|
domain_name | string | Specifies the set of pins that will be initialized. The acceptable values for this argument are the following:
|
freq | string | Specifies the user input frequency in Hz, MHz, or KHz. |
proba | decimal | Specifies the user input probability in percentage(%). |
Return Type | Description |
---|---|
None | None |
Error Codes
Error Code | Description |
---|---|
None | Required parameter 'domain_name' is missing. |
None | Parameter 'domain_name' has illegal value. |
None | domain_name: Invalid argument value: 'value' (expecting IOsEnableSet or MemoriesEnableSet). |
None | Parameter 'proba' has illegal value. |
None | proba: Invalid argument value: 'value' (expecting decimal value). |
None | Parameter 'freq' has illegal value. |
None | freq: Parameter format incorrect (expecting a positive decimal value, optionally followed by a unit (possible values are Hz, KHz or MHz)). |
None | Parameter 'param_name' is not defined. Valid command formatting is 'smartpower_init_setofpins_values -domain_name "IOsEnableSet | MemoriesEnableSet" [-freq "decimal value [ unit { Hz | KHz | MHz } ]"] [-proba "decimal value"]'. |
Supported Families
PolarFire® |
SmartFusion® 2 |
RTG4™ |
IGLOO® 2 |
PolarFire SoC |
Example
The following example initializes all primary inputs after executing "smartpower_init_do with":
smartpower_init_do with -othersets {true}
smartpower_init_setofpins_values -domain_name {IOsEnableSet} \
-freq {10 MHz} \
-proba{20}