21.5.2 remove_hdl_core
(Ask a Question)Description
This Tcl command removes and HDL core component from the current project. The command will fail if the module name is not specified or is incorrect.
remove_hdl_core -hdl_core_name { hdl_core_name }Arguments
| Parameter | Type | Description |
|---|---|---|
hdl_core_name | string | Specify the module name from which you want to delete a core component. This is a mandatory argument. |
| Return Type | Description |
|---|---|
| None | None |
Error Codes
| Error Code | Description |
|---|---|
None | Required parameter 'hdl_core_name' is missing. |
None | Parameter 'param_name' is not defined. Valid command formatting is ' remove_hdl_core -hdl_core_name "hdl core name"'. |
Supported Families
| PolarFire® |
| PolarFire SoC |
| SmartFusion® 2 |
| IGLOO® 2 |
| RTG4™ |
Example
The following example removes 'test_hdl_core' HDL core component:
remove_hdl_core -hdl_core_name {test_hdl_core}