Product Documentation
Virtuoso Space-based Router Command Reference
Product Version IC23.1, September 2023

eco_destroy_net

eco_destroy_net
-eco_control d_ecoObj 
{-name {s_netName…} | -object d_netObj | -set d_setObj} 
[ -no_repaint ] 

Description

Removes a net by removing all routes and steiners.

You must disconnect terminals from the net before using eco_destroy_net.

Arguments

-eco_control d_ecoObj

Specifies the command sequence ECO control that was assigned by the originating command. This command is processed immediately but results are not saved until eco_commit is issued.

-name {s_netName…}

Is the name of the nets to be removed.

-no_repaint

Prevents the artwork from being updated when this command is run.

-object d_netObj

Is an object identifier for the net to be removed.

-set d_setObj

Is a set identifier for the set of nets to be removed.

Examples

The following commands disconnect terminals from a net, then destroy the net.

eco_disconnect_inst_term -eco_control $eco -inst_name B -term_name A
eco_disconnect_inst_term -eco_control $eco -inst_name I2 -term_name Y
eco_destroy_net -eco_control $eco -name n2

Related Topics

ECO Route Commands

eco_disconnect_inst_term

eco_disconnect_term


Return to top
 ⠀
X