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

dbSetPlaceBoundMinHeight

dbSetPlaceBoundMinHeight( 
d_placeBound
)
=> x_minHeight / nil

Description

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

Arguments

d_placeBound

  

The placeBound pointer.

x_minHeight

The minimum thickness of a die to be set.

Value Returned

t

The minimum thickness has been defined successfully.

nil

The minimum thickness could not be set.

Example

placeBound1 = (dbCreatePlaceBound cv "pb1" list(0:0 100:100) 0 100)
\i (dbSetPlaceBoundMinHeight placeBound1 75)
\t t
\p > 
\i (dbGetPlaceBoundMinHeight placeBound1)
\t 75
\p > 

Related Topics

License Requirements of Virtuoso RF Solution

dbGetPlaceBoundMinHeight

dbCreatePinGroup

dbAddPinToPinGroup

dbGetPinGroupPlaceBoundNameAndFace

dbGetPinGroups

dbGetPinGroupPlaceBoundNameAndFace


Return to top
 ⠀
X