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

dbCreatePlaceBound

dbCreatePlaceBound(
d_cellView
l_bBox
x_minHeight
x_maxHeight
)
=> d_pb / nil

Description

(ICADVM20.1 Virtuoso MultiTech Framework Only) Creates a placeBound using the values specified through the arguments. A placeBound is created within a die footprint cell and is used to represent the die thickness.

Arguments

d_cellView

The cellview in which the placeBound is to be created.

l_bBox

List of coordinates specifying the bounding box of the placeBound.

x_minHeight

The minimum thickness of a die.

x_maxHeight

The maximum thickness of a die.

Return value:

d_pb

The placeBound was created.

nil

The placeBound could not be created.

Example

placeBound1 = (dbCreatePlaceBound cv "pb1" list(0:0 100:100) 0 100)
placeBound2 = (dbCreatePlaceBound cv "pb2" list(100:0 200:100) 50 100)

Two placeBounds, placeBound1 and placeBound2, are created.

Related Topics

dbCreatePinGroup

dbGetPinGroupPlaceBoundNameAndFace

dbGetPinGroups

License Requirements of Virtuoso RF Solution

Database Access Function Argument Types

Return to top
 ⠀
X