21.4.23 sd_delete_nets
(Ask a Question)Description
This tcl command deletes one or more nets from the SmartDesign component.
Important: This command will not delete multiple
nets in this release. Support for deleting multiple nets will be provided in the
next Libero release. This command is not required to build a SmartDesign component.
This command maps to an interactive user action in the SmartDesign Canvas and will
not be present in the exported SmartDesign component Tcl
description.
sd_delete_nets -sd_name {smartdesign component name} \
-net_names {net names}
Arguments
Parameter | Type | Description |
---|---|---|
sd_name | string | Specifies the name of the SmartDesign component. It is mandatory. |
net_names | string | Specifies the net names to be deleted. It is mandatory. |
Return Type | Description |
---|---|
None | None |
Error Codes
Error Code | Description |
---|---|
None | Required parameter 'sd_name' is missing. |
None | The component 'design_name' doesn't exist. |
None | Net 'net_name' does not exist. |
None | Parameter 'net_names' has illegal value. |
None | Required parameter 'net_names' is missing. |
Supported Families
Supported Families |
---|
PolarFire® |
PolarFire SoC |
RTG4™ |
SmartFusion® 2 |
IGLOO® 2 |
Example
This example deletes "B_REN_0" net from "top" design.
sd_delete_nets -sd_name {top} -net_names {B_REN_0}
See Also
- sd_create_scalar_net
- sd_create_bif_net