Description
This Tcl command removes all initialization annotations for the specified mode.
Note: This command is associated with the functionality of Initialize frequencies and probabilities dialog box.
smartpower_remove_all_annotations [-opmode {value}]
Arguments
| Parameter | Type | Description |
|---|
| opmode | string | Removes all initialization annotations for the specified mode, where value must be Active or
Flash*Freeze (RTG4, SmartFusion 2 and IGLOO 2). |
| Return Type | Description |
|---|
| None | None |
Error Codes
| Error Code | Description |
|---|
| None | Parameter 'opmode' has illegal value. |
| None | Parameter 'param_name' is not defined. Valid command formatting is 'smartpower_remove_all_annotations [-opmode "Active"]'. |
Supported Families
| PolarFire® |
| SmartFusion® 2 |
| RTG4™ |
| IGLOO® 2 |
| PolarFire SoC |
Example
The following example initializes all clocks with opmode "Acitve":
smartpower_remove_all_annotations -opmode {Active}