eco_copy_implementation
eco_copy_implementation -eco_controld_ecoObj-from_nets_netName-to_nets_netName[ -no_repaint ]
Description
Copies all routes in one net to another net.
Arguments
|
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. |
||
|
Prevents the artwork from being updated when this command is run. |
||
Examples
The following command copies all routes from net n1 to net n2.
eco_copy_implementation -eco_control $eco -from_net n1 -to_net n2
Related Topics
Return to top