read_db
read_db [ -libs_libName-cells_cellName-views_viewName] [ -mode { read | write | append} ]
Description
Reads an existing cellview into memory. The cellview library must be specified in the lib.defs file.
The GUI equivalents for this command are File—Open and Window—New Window.
Arguments
|
Specifies the cellview to open. If these arguments are not specified, the Open form appears, allowing you to choose the cellview interactively. |
|
Value Returned
Examples
This example opens the top_chip/layout cellview from the chiplib library in read-only mode.
read_db -lib chiplib -cell top_chip -view layout -mode read
Related Topics
Return to top