21.3.24 delete_component

Description

This Tcl command deletes a component from the Design Hierarchy.

delete_component -component_name "component_name"

Arguments

ParameterTypeDescription
component_namestringSpecifies the name of the component to be deleted. It is mandatory.

Error Codes

Error CodeDescription
NoneRequired 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}

See Also