Package | Description |
---|---|
com.sun.electric.tool.routing |
Package for handling the Routing tools.
|
com.sun.electric.tool.routing.seaOfGates |
Modifier and Type | Method and Description |
---|---|
static void |
SeaOfGates.seaOfGatesRoute(EditingPreferences ep,
SeaOfGatesEngine router)
Method to run Sea-of-Gates routing on the current cell, using a specified routing engine.
|
Modifier and Type | Class and Description |
---|---|
class |
SeaOfGatesEngineOld
Subclass of SeaOfGatesEngine to use original scheme for thread allocation.
|
Modifier and Type | Method and Description |
---|---|
static SeaOfGatesEngine |
SeaOfGatesEngineFactory.createSeaOfGatesEngine()
Create a SeaOfGates version using the default version
|
static SeaOfGatesEngine |
SeaOfGatesEngineFactory.createSeaOfGatesEngine(SeaOfGatesEngineFactory.SeaOfGatesEngineType version) |
Constructor and Description |
---|
SeaOfGatesEngine.RouteArc(ArcProto type,
java.lang.String netName,
SeaOfGatesEngine soge,
Layer layer,
double wid,
SeaOfGatesEngine.RouteNode from,
SeaOfGatesEngine.RouteNode to,
SeaOfGatesEngine.NeededRoute nr) |
SeaOfGatesEngine.RouteNode(NodeProto np,
SeaOfGatesEngine soge,
EPoint loc,
double wid,
double hei,
Orientation orient,
PortInst tapConnection,
SeaOfGatesEngine.NeededRoute nr) |