com.sun.electric.tool.sc
Class SilComp

java.lang.Object
  extended by com.sun.electric.tool.Tool
      extended by com.sun.electric.tool.sc.SilComp
All Implemented Interfaces:
java.lang.Comparable

public class SilComp
extends Tool

This is the Silicon Compiler tool.


Nested Class Summary
static class SilComp.SilCompPrefs
           
 
Field Summary
static java.lang.String SCLIBNAME
           
 
Fields inherited from class com.sun.electric.tool.Tool
prefs
 
Method Summary
static SilComp getSilCompTool()
          Method to retrieve the singleton associated with the Silicon Compiler tool.
 void init()
          Method to initialize the Silicon Compiler tool.
 
Methods inherited from class com.sun.electric.tool.Tool
clearAnalysis, clearBackground, clearFixErrors, clearIncremental, clearOn, clearSynthesis, compareTo, findTool, getIndex, getListeners, getName, getNumTools, getProjectSettings, getTools, initAllTools, isAnalysis, isBackground, isFixErrors, isIncremental, isOn, isSynthesis, setAnalysis, setBackground, setFixErrors, setIncremental, setOn, setSynthesis, setVarInJob, testAll, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SCLIBNAME

public static final java.lang.String SCLIBNAME
See Also:
Constant Field Values
Method Detail

init

public void init()
Method to initialize the Silicon Compiler tool.

Overrides:
init in class Tool

getSilCompTool

public static SilComp getSilCompTool()
Method to retrieve the singleton associated with the Silicon Compiler tool.

Returns:
the SilComp tool.