new_cellview
new_cellview -libs_libName-cells_cellName-views_viewName[ -type {maskLayout | schematic | schematicSymbol | netlist} ]
Description
Creates a new and empty OpenAccess cellview in the given library. The given library must exist and be defined in the lib.defs file.
Arguments
|
|
|
|
Specifies the cellview type. If not specified, the cellview type defaults to |
|
Value Returned
Examples
The following command creates a new cellview in the mylib library. By default, the new cellview type is maskLayout.
new_cellview -lib mylib -cell mycell -view layout
Related Topics
Return to top