public class RoutingFrameSample extends RoutingFrame
RoutingFrame.RoutePoint, RoutingFrame.RouteWire, RoutingFrame.RoutingContact, RoutingFrame.RoutingEnd, RoutingFrame.RoutingGeometry, RoutingFrame.RoutingLayer, RoutingFrame.RoutingParameter, RoutingFrame.RoutingPrefs, RoutingFrame.RoutingSegment
Modifier and Type | Field and Description |
---|---|
RoutingFrame.RoutingParameter |
booleanParam |
RoutingFrame.RoutingParameter |
happinessParam |
RoutingFrame.RoutingParameter |
maxThreadsParam |
RoutingFrame.RoutingParameter |
numericParam |
Constructor and Description |
---|
RoutingFrameSample() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAlgorithmName()
Method to return the name of this routing algorithm.
|
protected void |
runRouting(Cell cell,
java.util.List<RoutingFrame.RoutingSegment> segmentsToRoute,
java.util.List<RoutingFrame.RoutingLayer> allLayers,
java.util.List<RoutingFrame.RoutingContact> allContacts,
java.util.List<RoutingFrame.RoutingGeometry> otherBlockages)
Method to do Simple routing.
|
doRouting, getParameters, getRoutingAlgorithms
public RoutingFrame.RoutingParameter maxThreadsParam
public RoutingFrame.RoutingParameter happinessParam
public RoutingFrame.RoutingParameter numericParam
public RoutingFrame.RoutingParameter booleanParam
public java.lang.String getAlgorithmName()
getAlgorithmName
in class RoutingFrame
protected void runRouting(Cell cell, java.util.List<RoutingFrame.RoutingSegment> segmentsToRoute, java.util.List<RoutingFrame.RoutingLayer> allLayers, java.util.List<RoutingFrame.RoutingContact> allContacts, java.util.List<RoutingFrame.RoutingGeometry> otherBlockages)
runRouting
in class RoutingFrame
segmentsToRoute
- a list of all routes that need to be made.allLayers
- a list of all layers that can be used in routing.allContacts
- a list of all contacts that can be used in routing.otherBlockages
- a list of all blockage geometry to consider.