dbCreatePlaceArea
dbCreatePlaceArea(d_cellViewId t_name g_width g_height l_origin t_orientation[f_utilization] ) =>d_IdOfCustomPlacementArea/ nil
Description
Creates a custom placeArea in the specified cellview. A custom placeArea is a row structure used for placing device-level instances.
Arguments
|
Specifies the utilization of the placeArea. The value is should be limited to [0.0,1.0], where 1.0 == 100% utilization. |
Value Returned
Examples
placeArea = dbCreatePlaceArea(geGetEditCellView() "myPlaceArea" 100.0 10.0 "R0")
Related Topics
Placement Database Access Functions
Return to top