Uses of Class
com.sun.electric.tool.routing.SeaOfGates.SeaOfGatesOptions

Packages that use SeaOfGates.SeaOfGatesOptions
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. 
 

Uses of SeaOfGates.SeaOfGatesOptions in com.sun.electric.tool.extract
 

Fields in com.sun.electric.tool.extract declared as SeaOfGates.SeaOfGatesOptions
 SeaOfGates.SeaOfGatesOptions LayerCoverageTool.LayerCoveragePreferences.seaIfGatesPrefs
          Preference for SeaOfGate if used
 

Uses of SeaOfGates.SeaOfGatesOptions in com.sun.electric.tool.generator.flag
 

Methods in com.sun.electric.tool.generator.flag that return SeaOfGates.SeaOfGatesOptions
 SeaOfGates.SeaOfGatesOptions FlagConstructorData.getSOGPrefs()
           
 

Methods in com.sun.electric.tool.generator.flag with parameters of type SeaOfGates.SeaOfGatesOptions
protected  void FlagDesign.routeSignalsSog(java.util.List<ToConnect> toConns, SeaOfGates.SeaOfGatesOptions prefs)
           
protected  void FlagDesign.stitchScanChainsSog(LayoutNetlist layNets, SeaOfGates.SeaOfGatesOptions prefs)
           
 

Constructors in com.sun.electric.tool.generator.flag with parameters of type SeaOfGates.SeaOfGatesOptions
Flag(Cell schCell, Job flagJob, SeaOfGates.SeaOfGatesOptions prefs)
           
 

Uses of SeaOfGates.SeaOfGatesOptions in com.sun.electric.tool.generator.flag.router
 

Methods in com.sun.electric.tool.generator.flag.router with parameters of type SeaOfGates.SeaOfGatesOptions
 void SogRouterAdapter.route(java.util.List<ToConnect> toConns, SeaOfGates.SeaOfGatesOptions prefs)
           
 

Uses of SeaOfGates.SeaOfGatesOptions in com.sun.electric.tool.routing
 

Methods in com.sun.electric.tool.routing with parameters of type SeaOfGates.SeaOfGatesOptions
 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.