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

dbGetDieStacks

dbGetDieStacks( 
d_cellView
)
=> d_cellView / nil

Description

(Virtuoso MultiTech Framework Only) Returns the list of die stacks from the given cellview.

Arguments

d_cellView

The cellview from which to obtain the die stacks.

Value Returned

tx_regionLayer

The cellview that contains the die stacks.

nil

No die stacks have been created.

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

dbCreatePlaceBound

dbGetPinGroupPlaceBoundNameAndFace

dbGetPlaceBoundMinHeight

License Requirements of Virtuoso RF Solution


Return to top
 ⠀
X