Package | Description |
---|---|
com.sun.electric.tool.extract |
Package for handling node extraction, parasitics, etc.
|
com.sun.electric.tool.generator.flag | |
com.sun.electric.tool.generator.flag.router | |
com.sun.electric.tool.routing |
Package for handling the Routing tools.
|
Modifier and Type | Field and Description |
---|---|
SeaOfGates.SeaOfGatesOptions |
LayerCoverageTool.LayerCoveragePreferences.seaIfGatesPrefs
Preference for SeaOfGate if used
|
Modifier and Type | Method and Description |
---|---|
SeaOfGates.SeaOfGatesOptions |
FlagConstructorData.getSOGPrefs() |
Modifier and Type | Method and Description |
---|---|
protected void |
FlagDesign.routeSignalsSog(java.util.List<ToConnect> toConns,
SeaOfGates.SeaOfGatesOptions prefs) |
protected void |
FlagDesign.stitchScanChainsSog(LayoutNetlist layNets,
SeaOfGates.SeaOfGatesOptions prefs) |
Constructor and Description |
---|
Flag(Cell schCell,
Job flagJob,
SeaOfGates.SeaOfGatesOptions prefs) |
Modifier and Type | Method and Description |
---|---|
void |
SogRouterAdapter.route(java.util.List<ToConnect> toConns,
SeaOfGates.SeaOfGatesOptions prefs) |
Modifier and Type | Method and Description |
---|---|
void |
SeaOfGatesEngine.routeIt(Job job,
Cell cell,
java.util.List<ArcInst> arcsToRoute,
SeaOfGates.SeaOfGatesOptions prefs)
This is the public interface for Sea-of-Gates Routing when done in batch mode.
|
static void |
SeaOfGates.seaOfGatesRoute(Cell cell,
SeaOfGates.SeaOfGatesOptions prefs)
Method to run Sea-of-Gates routing on specified cell.
|