Package | Description |
---|---|
com.sun.electric.tool.routing.experimentalLeeMoore1 |
Modifier and Type | Method and Description |
---|---|
static RoutingPart |
WorkPool.getPartFromGlobalRoutingQueue()
Get a routing part from the global routingPart-queue
|
RoutingPart |
RoutingPart.getPrefixPart(Tupel middlePoint,
RoutingFrame.RoutePoint rp)
Split the routing part at the given middle point and return the prefix part.
|
RoutingPart |
RoutingPart.getSuffixPart(Tupel middlePoint,
RoutingFrame.RoutePoint rp)
Split the routing part at the given middle point and return the suffix part.
|
Modifier and Type | Method and Description |
---|---|
static void |
WorkPool.addPartToGlobalRoutingQueue(RoutingPart rp)
Puts a routingPart the global routingPart-queue
|
void |
WorkPartition.addWork(RoutingPart rp)
Add a routing part to this partition.
|
static void |
WorkPool.addWorkToPartition(RoutingPart rp,
int partition)
This methods puts the routingPart in the queue of the given workPartition
|
static void |
Wiring.connect(RoutingPart rp,
java.util.List<Tupel> edgePoints)
Create wires between a list of tupels that symbolize the route of the given routing part.
|
static void |
Wiring.connect(RoutingPart rp,
java.util.List<Tupel> edgePoints,
boolean reversed)
this method is used for multiterminal routing (not yet functional)
for now it will always call connect
|
ConnectionPoints |
FindVirtualEnd_Simple.findVirtualEnd(RoutingPart rp,
int id) |
ConnectionPoints |
FindVirtualEnd_ProjectedAndRandomized.findVirtualEnd(RoutingPart rp,
int id) |
ConnectionPoints |
FindVirtualEndInterface.findVirtualEnd(RoutingPart rp,
int id) |