21.3.15 cleanall_tool

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

ParameterTypeDescription
namestringTool_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 TypeDescription
NoneNone

Error Codes

Error CodeDescription
NoneParameter 'name' has illegal value.
NoneRequired parameter 'name' is missing.
NoneParameter '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}