Package | Description |
---|---|
com.sun.electric.tool.placement.general |
Modifier and Type | Method and Description |
---|---|
static java.util.Map<java.lang.Double,java.util.List<BottomUpPartition.PNPair>> |
BottomUpPartition.makeClusteredPairs(java.util.List<PlacementFrame.PlacementNode> placementNodes,
java.util.List<PlacementFrame.PlacementNetwork> allNetworks,
java.util.Set<PlacementFrame.PlacementNode> macroNodes) |
Modifier and Type | Method and Description |
---|---|
int |
BottomUpPartition.PNPairOrdering.compare(BottomUpPartition.PNPair pnpA,
BottomUpPartition.PNPair pnpB)
Method to sort PNPair Objects by their ordering.
|