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

dbSetPlaceBoundMaxHeight

dbSetPlaceBoundMaxHeight( 
d_placeBound
)
=> x_maxHeight / nil

Description

(Virtuoso MultiTech Framework Only) Sets the maximum thickness of a placeBound.

Arguments

d_placeBound

  

The placeBound pointer.

x_maxHeight

The maximum thickness of a die to be set.

Value Returned

t

The maximum thickness has been defined succesfully.

nil

The maximum thickness could not be defined.

Example

placeBound1 = (dbCreatePlaceBound cv "pb1" list(0:0 100:100) 0 100)
\i (dbSetPlaceBoundMaxHeight placeBound1 250)
\t t
\p > 
\i (dbGetPlaceBoundMaxHeight placeBound1)
\t 250
\p > 

Related Topics

License Requirements of Virtuoso RF Solution

dbGetPlaceBoundMaxHeight

dbCreatePinGroup

dbAddPinToPinGroup

dbGetPinGroupPlaceBoundNameAndFace

dbGetPinGroups

dbGetPinGroupPlaceBoundNameAndFace

Return to top
 ⠀
X