21.3.24 delete_component
(Ask a Question)Description
This Tcl command deletes a component from the Design Hierarchy.
delete_component -component_name "component_name"
Arguments
Parameter | Type | Description |
---|---|---|
component_name | string | Specifies the name of the component to be deleted. It is mandatory. |
Error Codes
Error Code | Description |
---|---|
None | Required parameter 'component_name' is missing. |
None | Parameter 'component_name' of command 'delete_component' cannot be empty. |
None | Parameter 'param_name' is not defined. Valid command formatting is 'delete_component -component_name "name of the component to delete" '. |
Supported Families
Supported Families |
---|
PolarFire® |
RTG4™ |
SmartFusion® 2 |
IGLOO® 2 |
Example
The following command deletes a component with component name from the Design Hierarchy.
delete_component -component_name {component}
The following command deletes a component with shifter name from the Design Hierarchy.
delete_component -component_name {shifter}