21.9.18 smartpower_initialize_clock_with_constraints

Description

This Tcl command initializes the clock frequency and the data frequency of a single clock domain with a specified clock name and the initialization options.

Note:
  • This command is associated with the functionality of Initialize frequencies and probabilities dialog box.
  • This command is associated with the right click menu Synchronize Domain with SmartTime on a single clock domain in the Domains tab.
smartpower_initialize_clock_with_constraints -clock_name {value}

Arguments

ParameterTypeDescription
clock_namestringSpecifies the name of the clock that will be initialized. This parameter is mandatory.
Return TypeDescription
NoneNone

Error Codes

Error CodeDescription
NoneRequired parameter 'clock_name' is missing.
NoneParameter 'param_name' is not defined. Valid command formatting is 'smartpower_initialize_clock_with_constraints [-clock_name "name of clock"]+'.

Supported Families

PolarFire®
SmartFusion® 2
RTG4™
IGLOO® 2

Example

The following example initializes "my_clock" with clock constraints from SmartTime:

smartpower_initialize_clock_with_constraints -clock_name {my_clock}

See Also