eco_connect_inst_term
eco_connect_inst_term -eco_controld_ecoObj-term_names_termName-net_names_netName{ -inst_names_instName| -objectd_instObj} [ -no_repaint ]
Description
Connects the given net to the given instance terminal.
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 run when this command is run. |
||
Examples
The following example connects the instance terminal given by the terminal name A and instance name I2 to the net n2.
eco_connect_inst_term -eco_control $eco -inst_name I2 -term_name A -net_name n2
Related Topics
Return to top