dbGetDieStacks
dbGetDieStacks(d_cellView) =>d_cellView/ nil
Description
(Virtuoso MultiTech Framework Only) Returns the list of die stacks from the given cellview.
Arguments
Value Returned
Example
There are two die stacks. One holds I1, I2, I5, and the other holds I3 and I4. The function returns two die stacks.
; +---------+ +------------+
; | I5 | | |
; | | | |
; +---------+ | |
; +---------+ | |
; | I2 | | |
; | | | I4 |
; +---------+ | |
; +---------+ +------------+
; | I1 | +------------+
; | | | I3 |
; +---------+ +------------+
\i ;CDSFILTER:CRI
\i (length (dbGetDieStacks top))
\t 2
\p >
Related Topics
dbGetPinGroupPlaceBoundNameAndFace
Return to top