Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

dbGetDieStack

dbGetDieStack( 
d_inst
)
=> d_ds / nil

Description

(Virtuoso MultiTech Framework Only) Returns a dieStack from the given instance.

Arguments

d_inst

The instance from which to obtain the die stack.

Value Returned

d_ds

The die stack of the given instance.

nil

No die stack has been found.

Example

top =  (dbOpenCellViewByType libName "Top" "layout" "maskLayout" "w")
inst1 = (dbCreateParamInst top super "I1" 0:0 "R0" 1 list(list("footprintCellName" "string" "LNA_PKG_100") ))
inst2 = (dbCreateParamInst top super "I2" 0:0 "R0" 1 list(list("footprintCellName" "string" "LNA_PKG_100") ))
\i (dbGetDieStack inst1) == (dbGetDieStack inst2)
\t t
\p >

Related Topics

dbCreatePlaceBound

dbGetDieStacks

dbGetPinGroupPlaceBoundNameAndFace

dbGetPlaceBoundMinHeight

License Requirements of Virtuoso RF Solution


Return to top
 ⠀
X