eco_create_instance
eco_create_instance -eco_controld_ecoObj-libs_libName-cells_cellName-views_viewName-origin {f_x f_y} [ -orient {R0 | R90 | R180 | R270 | MY | MYR90 | MX | MXR90} ] [ -names_instName] [ -no_repaint ]
Description
Creates a new instance of the master given by lib/cell/view and the origin for the instance.
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. |
||
|
Specifies the orientation for the instance. The default is |
||
Examples
The following command creates an instance of des_lib/BUF2/abstract.
eco_create_instance -eco_control $eco -lib des_lib -cell BUF2 -view abstract -origin {0 390} -name new_buf
Related Topics
Return to top