Product Documentation
Virtuoso Space-based Router Command Reference
Product Version IC23.1, September 2023

read_db

read_db 
[ -lib s_libName -cell s_cellName -view s_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

-lib s_libName -cell s_cellName -view s_viewName

  

Specifies the cellview to open. If these arguments are not specified, the Open form appears, allowing you to choose the cellview interactively.

-mode {read | write | append}

  

Specifies the read mode.

Valid values: read (read-only), write, append

Value Returned

d_oaObj

Specifies the OpenAccess identifier for the cellview.

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

close_db

new_window


Return to top
 ⠀
X