Package | Description |
---|---|
com.sun.electric.database.topology |
Package for connected Nodes and Arcs.
|
com.sun.electric.tool.placement | |
com.sun.electric.tool.placement.metrics | |
com.sun.electric.tool.placement.metrics.boundingbox | |
com.sun.electric.tool.placement.metrics.mst | |
com.sun.electric.tool.routing.seaOfGates |
Modifier and Type | Method and Description |
---|---|
java.util.List<SteinerTree.SteinerTreePortPair> |
SteinerTree.getTreeBranches()
Method to return the Steiner Tree.
|
Modifier and Type | Class and Description |
---|---|
static class |
PlacementAdapter.PlacementConnection
Class to define an optimized connection between two PlacementPorts
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<SteinerTree.SteinerTreePortPair> |
PlacementAdapter.getOptimalConnections(PlacementFrame.PlacementNetwork plNet)
Method to return a list of segments that must be run to create a network.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<PlacementFrame.PlacementNetwork,java.util.List<SteinerTree.SteinerTreePortPair>> |
AbstractMetricGeneric.optimalConnections |
Constructor and Description |
---|
AbstractMetric(java.util.List<PlacementFrame.PlacementNode> nodesToPlace,
java.util.List<PlacementFrame.PlacementNetwork> allNetworks,
java.util.Map<PlacementFrame.PlacementNetwork,java.util.List<SteinerTree.SteinerTreePortPair>> optimalConnections) |
AbstractMetricGeneric(java.util.List<PlacementFrame.PlacementNode> nodesToPlace,
java.util.List<PlacementFrame.PlacementNetwork> allNetworks,
java.util.Map<PlacementFrame.PlacementNetwork,java.util.List<SteinerTree.SteinerTreePortPair>> optimalConnections) |
Constructor and Description |
---|
BBMetric(java.util.List<PlacementFrame.PlacementNode> nodesToPlace,
java.util.List<PlacementFrame.PlacementNetwork> allNetworks,
java.util.Map<PlacementFrame.PlacementNetwork,java.util.List<SteinerTree.SteinerTreePortPair>> optimalConnections) |
BBMetricParallel(java.util.List<PlacementFrame.PlacementNode> nodesToPlace,
java.util.List<PlacementFrame.PlacementNetwork> allNetworks,
java.util.Map<PlacementFrame.PlacementNetwork,java.util.List<SteinerTree.SteinerTreePortPair>> optimalConnections) |
Constructor and Description |
---|
MSTMetric(java.util.List<PlacementFrame.PlacementNode> nodesToPlace,
java.util.List<PlacementFrame.PlacementNetwork> allNetworks,
java.util.Map<PlacementFrame.PlacementNetwork,java.util.List<SteinerTree.SteinerTreePortPair>> optimalConnections) |
MSTMetricParallel(java.util.List<PlacementFrame.PlacementNode> nodesToPlace,
java.util.List<PlacementFrame.PlacementNetwork> allNetworks,
java.util.Map<PlacementFrame.PlacementNetwork,java.util.List<SteinerTree.SteinerTreePortPair>> optimalConnections) |
Modifier and Type | Method and Description |
---|---|
java.util.List<SteinerTree.SteinerTreePortPair> |
SeaOfGatesEngine.RoutesOnNetwork.getPairs() |