21.9.20 smartpower_init_set_combinational_options

Description

This Tcl commands initializes the frequency and probability of all combinational outputs.

smartpower_init_set_combinational_options [-freq {value}] \
                                          [-proba {value}]

Arguments

ParameterTypeDescription
freqstringSpecifies the user input frequency (in Hz, KHz or MHz) or the toggle rate in percentage(%). If the unit is not provided and toggle rate is active, the value is handled as a toggle rate, if toggle rate is not active, the value is handled as a frequency.
probadecimalSpecifies the user input probability in percentage(%). Must be a positive decimal value and less than or equal to 100.000.
Return TypeDescription
NoneNone

Error Codes

Error CodeDescription
NoneParameter 'proba' has illegal value.
NoneParameter 'proba' must be a positive decimal value.
NoneParameter 'proba' must be less than or equal to 100.000.
Noneproba: Invalid argument value: 'value' (expecting decimal value).
NoneParameter 'freq' has illegal value.
Nonefreq: Parameter format incorrect (expecting a positive decimal value, optionally followed by a unit (possible values are Hz, KHz, MHz or %)).
NoneParameter 'param_name' is not defined. Valid command formatting is 'smartpower_init_set_combinational_options [-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 combinational signals after executing smartpower_init_do with -combinational {true}:

smartpower_init_set_combinational_options -freq {10 MHz} -proba {20}

See Also