Class | Description |
---|---|
BottomUpPartition |
Implementation of the bottom-up partition placement algorithm.
|
BottomUpPartition.PNPair |
Class to hold two PlacementNodes that should be clustered together.
|
BottomUpPartition.PNPairOrdering | |
BottomUpPlace |
Placement algorithms that does bottom-up placement.
|
Control |
Implementation of the overall floorplanning and placement process, using multiple algorithms.
|
FDIrregular |
Placement algorithms that does irregular (not row/column) placement.
|
FDRowCol |
Implementation of the force-directed placement algorithm for row/column placement.
|
FindEmptyRects |
Class to find the empty rectangles in a cell, given full rectangles.
|
RowCol |
Parent class for placement algorithms that do row/column placement.
|
SARowCol |
Implementation of the simulated annealing placement algorithm for row/column placement.
|