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
| Parameter | Type | Description | 
|---|
| clock_name | string | Specifies the name of the clock that will be initialized. This parameter is mandatory. | 
| Return Type | Description | 
|---|
| None | None | 
Error Codes
| Error Code | Description | 
|---|
| None | Required parameter 'clock_name' is missing. | 
| None | Parameter '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}