vxfiOpenLayout
vxfiOpenLayout(libname cellname viewname[mode] ) =>w_windowId
Description
Opens the design in the Virtuoso layout and launches Voltus-XFi Results Browser.
Arguments
|
Specifies whether the layout is in the read or edit mode. |
Value Returned
Examples
winId = vxfiOpenLayout("Two_Stage_Opamp" "OpAmp_AC_top" "maestro_basic" "read")
The above example opens the design in read mode.
winId = vxfiOpenLayout("Two_Stage_Opamp" "OpAmp_AC_top" "maestro_basic" "edit")
The above example opens the design in edit mode.
Return to top