|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.electric.tool.Tool
com.sun.electric.tool.extract.ParasiticTool
public class ParasiticTool
Class to implement parasitic extraction.
Nested Class Summary | |
---|---|
static class |
ParasiticTool.ParasiticCellInfo
Class to define cell information for Parasitic extraction |
Field Summary |
---|
Fields inherited from class com.sun.electric.tool.Tool |
---|
prefs |
Method Summary | |
---|---|
static java.util.List<java.lang.Object> |
calculateParasistic(ParasiticGenerator tool,
Cell cell,
VarContext context)
|
static double |
getAreaScale(double scale)
|
static double |
getMaxDistance()
Method to get maximum dstance for searching window |
static ErrorLogger |
getParasiticErrorLogger()
|
static ParasiticTool |
getParasiticTool()
Method to retrieve singlenton associated to parasitic tool |
static double |
getPerimScale(double scale)
|
void |
init()
Method to initialize the Parasitics tool. |
void |
netwokParasitic(Network network,
Cell cell)
|
static void |
setMaxDistance(double value)
Method to set maximum distance to use during searching window |
Methods inherited from class com.sun.electric.tool.Tool |
---|
clearAnalysis, clearBackground, clearFixErrors, clearIncremental, clearOn, clearSynthesis, compareTo, findTool, getIndex, getListeners, getName, getNumTools, getProjectSettings, getTools, initAllTools, initProjectSettings, isAnalysis, isBackground, isFixErrors, isIncremental, isOn, isSynthesis, makeBooleanSetting, makeDoubleSetting, makeIntSetting, makeLongSetting, makeStringSetting, 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 |
Method Detail |
---|
public void init()
init
in class Tool
public static ParasiticTool getParasiticTool()
public static ErrorLogger getParasiticErrorLogger()
public static double getAreaScale(double scale)
public static double getPerimScale(double scale)
public void netwokParasitic(Network network, Cell cell)
public static java.util.List<java.lang.Object> calculateParasistic(ParasiticGenerator tool, Cell cell, VarContext context)
public static double getMaxDistance()
public static void setMaxDistance(double value)
value
- to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |