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
|
List of coordinates specifying the bounding box of the placeBound. |
|
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
dbGetPinGroupPlaceBoundNameAndFace
Database Access Function Argument Types
Return to top