smartpower_set_pin_frequency

Sets the frequency of a pin in megahertz (MHz). If you do not use this command, each pin will have default frequency based on its domain.

 

smartpower_set_pin_frequency -pin_name {pin_name} -pin_freq {value}

Arguments

-pin_name {pin_name}

Specifies the name of the pin for which the frequency will be set.

 

-pin_freq {value}

Specifies the value of the frequency in MHz, which can be any positive decimal number.

Supported Families

Fusion, ProASIC3/E, ProASICPLUS, Axcelerator, and ProASIC

Notes

Exceptions

Examples

This example sets the frequency of the pin named "count8_clock" to 100 MHz:

 

smartpower_set_pin_frequency -pin_name {count8_clock} -pin_freq {100}

 

See Also

smartpower_remove_pin_frequency

Tcl documentation conventions