Package | Description |
---|---|
com.sun.electric.tool.routing.seaOfGates |
Modifier and Type | Method and Description |
---|---|
static SeaOfGatesEngine.Handler |
SeaOfGatesHandlers.getDefault(Cell cell,
java.lang.String resultCellName,
Routing.SoGContactsStrategy contactPlacementAction,
Job job,
EditingPreferences ep)
Returns Job handler with default Save mode and default SaveArcs mode
|
static SeaOfGatesEngine.Handler |
SeaOfGatesHandlers.getDefault(Cell cell,
java.lang.String resultCellName,
Routing.SoGContactsStrategy contactPlacementAction,
Job job,
EditingPreferences ep,
SeaOfGatesHandlers.Save save)
Returns Job handler with default Save mode and specified SaveArcs mode
|
static SeaOfGatesEngine.Handler |
SeaOfGatesHandlers.getDummy(EditingPreferences ep,
java.io.PrintStream out)
Returns dummy handler
|
Modifier and Type | Method and Description |
---|---|
void |
SeaOfGatesEngine.routeIt(SeaOfGatesEngine.Handler handler,
Cell cell,
boolean quiet)
This is the public interface for Sea-of-Gates Routing when done in batch mode.
|
void |
SeaOfGatesEngine.routeIt(SeaOfGatesEngine.Handler handler,
Cell cell,
boolean quiet,
java.util.List<ArcInst> arcsToRoute)
This is the public interface for Sea-of-Gates Routing when done in batch mode.
|
void |
SeaOfGatesEngine.routeIt(SeaOfGatesEngine.Handler handler,
Cell cell,
boolean quiet,
java.util.List<ArcInst> arcsToRoute,
SeaOfGates.SeaOfGatesCellParameters sogp)
This is the public interface for Sea-of-Gates Routing when done in batch mode.
|