21.9.6 smartpower_change_setofpin_statistics

Description

This tcl command changes the default frequencies and probabilities for a specific set.

Note: This command is associated with the functionality of Initialize frequencies and probabilities dialog box.
smartpower_change_setofpin_statistics \
		    -domain_name "domain name" \
		    [-data_freq "decimal value [unit { Hz | KHz | MHz }]"] \
		    [-data_proba "decimal value"]

Arguments

ParameterTypeDescription
domain_namestringSpecifies the domain name in which to initialize data frequencies and probabilities.
data_freqstringSpecifies the user input data frequency in Hz, KHz, or MHz for all sets of pins.
data_probadecimalSpecifies the user input data probability in % for all sets of pins.
Return TypeDescription
NoneNone

Error Codes

Error CodeDescription
NoneRequired parameter 'domain_name' is missing.
NoneParameter 'domain_name' has illegal value.
NoneParameter 'data_proba' has illegal value.
Nonedata_proba: Invalid argument value: 'value' (expecting decimal value).
NoneParameter 'data_freq' has illegal value.
NoneParameter 'param_name' is not defined. Valid command formatting is 'smartpower_change_setofpin_statistics -domain_name "domain name" \ [-data_freq "decimal value [unit { Hz | KHz | MHz }]"] \ [-data_proba "decimal value"]'.

Supported Families

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

Example

The following example initializes all clocks withs:

smartpower_change_setofpin_statistics -domain_name {my_domain} \
                                      -data_freq {10 MHz} \
                                      -data_proba {20}