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

dbGetPlaceBounds

dbGetPlaceBounds(
d_cellView
)
=> d_pb d_pb d_pb...  / nil

Description

(ICADVM20.1 Virtuoso MultiTech Framework Only) Returns the list of placeBounds from the given cellview.

Arguments

d_cellView

The cellview in which the placeBounds are created.

Return value:

d_pb

The list of placeBounds in the cellview.

nil

No placeBounds were found.

Example

placeBound1 = (dbCreatePlaceBound cv "pb1" list(0:0 100:100) 0 100)
placeBound2 = (dbCreatePlaceBound cv "pb2" list(100:0 200:100) 50 100)
\i (sort (dbGetPlaceBounds cv)~>name nil)
\t ("pb1" "pb2")
\p >

Two placeBounds, placeBound1 and placeBound2, are created and then retrieved.

Related Topics

dbCreatePlaceBound

dbCreatePinGroup

dbGetPinGroupPlaceBoundNameAndFace

dbGetPinGroups

License Requirements of Virtuoso RF Solution

Database Access Function Argument Types

Return to top
 ⠀
X