Description
This Tcl command cleans all the tools till the tool name passed as the argument to the command. All the remaining child tools if any that are in Pass state will be converted to Out of Date state.
cleanall_tool -name {tool_name}
Arguments
Parameter | Type | Description |
---|
name | string | Tool_name is the tool passed as the argument till which all the tools are cleaned. All the remaining child tools after tool_name if any that are in Pass state will be converted to Out of Date state. |
Return Type | Description |
---|
None | None |
Error Codes
Error Code | Description |
---|
None | Parameter 'name' has illegal value. |
None | Required parameter 'name' is missing. |
None | Parameter 'param_name' is not defined. Valid command formatting is 'cleanall_tool -name "tool name"'. |
Supported Families
Supported Families |
---|
PolarFire® |
PolarFire SoC |
RTG4™ |
SmartFusion® 2 |
IGLOO® 2 |
Example
If design flow is ran till Place and Route, below is the behavior of the cleanall_tool command.
cleanall_tool -name {SYNTHESIZE}