eco_set_net_rule
eco_set_net_rule
{ -all | -net s_netName | -set d_setObj }
-route_spec s_routeSpec
[ -eco_control d_ecoObj ]
[ -no_repaint ]
Description
Assigns the given route spec to one or more nets.
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 assigns the double_wide route spec to net n2.
eco_set_net_rule -eco_control $eco -route_spec double_wide -net n2
Related Topics
Return to top