dbGetDieStack
dbGetDieStack(d_inst) =>d_ds/ nil
Description
(Virtuoso MultiTech Framework Only) Returns a dieStack from the given instance.
Arguments
Value Returned
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
dbGetPinGroupPlaceBoundNameAndFace
Return to top