Package | Description |
---|---|
com.sun.electric.tool.routing |
Package for handling the Routing tools.
|
com.sun.electric.tool.routing.experimentalAStar1 | |
com.sun.electric.tool.routing.experimentalAStar2 | |
com.sun.electric.tool.routing.experimentalLeeMoore1 | |
com.sun.electric.tool.routing.experimentalLeeMoore2 | |
com.sun.electric.tool.routing.experimentalSample | |
com.sun.electric.tool.routing.experimentalSeaOfGates |
Modifier and Type | Method and Description |
---|---|
RoutingFrame |
RoutingFrame.RoutingParameter.getOwner() |
static RoutingFrame[] |
RoutingFrame.getRoutingAlgorithms()
Method to return a list of all Routing algorithms.
|
Modifier and Type | Class and Description |
---|---|
class |
AStarRoutingFrame
Integrates the routing algorithm into the Electric framework
|
class |
BenchmarkRouter
this class serves testing and configuration only,
can be discarded if parameters are moved to AStarRoutingFrame
|
Modifier and Type | Class and Description |
---|---|
class |
AStarRouter |
Modifier and Type | Class and Description |
---|---|
class |
yana |
Modifier and Type | Class and Description |
---|---|
class |
RoutingFrameLeeMoore
Acts as interface betweed electric and our routing algorithm.
|
Modifier and Type | Class and Description |
---|---|
class |
RoutingFrameSample
Sample Routing algorithm to illustrate the routing framework.
|
Modifier and Type | Class and Description |
---|---|
class |
RoutingFrameSeaOfGates
Class to do sea-of-gates routing inside of a routing frame.
|