Class | Description |
---|---|
Placement |
Class to place cells for better routing.
|
Placement.PlacementPreferences | |
PlacementAdapter |
PlacementExport describes exports in the cell.
|
PlacementAdapter.PlacementConnection |
Class to define an optimized connection between two PlacementPorts
|
PlacementAdapter.PlacementExport |
Class to define an Export that will be placed in the circuit.
|
PlacementAdapter.PlacementNode |
Class to define a node that is being placed.
|
PlacementAdapter.PlacementPort |
Class to define ports on PlacementNode objects.
|
PlacementFrame |
Class to define a framework for Placement algorithms.
|
PlacementFrame.PlacementNetwork |
Class to define networks of PlacementPort objects.
|
PlacementFrame.PlacementNode |
Class to define a node that is being placed.
|
PlacementFrame.PlacementPort |
Class to define ports on PlacementNode objects.
|
PlacementFrameElectric |
Electric-dependent PlacementFrame
|
PlacementMinCut |
Placement algorithm to do Min-Cut placement.
|
PlacementRandom |
Random Placement algorithm to arbitrarily assign locations in a square grid.
|
PlacementSimple |
Simple Placement algorithm to assign locations based on simple criteria.
|