|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.electric.database.text.PrefPackage
com.sun.electric.tool.erc.ERCWellCheck.WellCheckPreferences
public static class ERCWellCheck.WellCheckPreferences
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.sun.electric.database.text.PrefPackage |
---|
PrefPackage.BooleanPref, PrefPackage.DoublePref, PrefPackage.IntegerPref, PrefPackage.LongPref, PrefPackage.StringPref |
Field Summary | |
---|---|
boolean |
drcCheck
Whether ERC should check DRC Spacing condition. |
boolean |
findWorstCaseWell
Whether ERC should find the contact that is farthest from the well edge. |
int |
maxProc
The number of processors to use in ERC well analysis. |
boolean |
mustConnectNWellToPower
Whether ERC should check that all N-Well contacts connect to power. |
boolean |
mustConnectPWellToGround
Whether ERC should check that all P-Well contacts connect to ground. |
int |
nWellCheck
How much N-Well contact checking the ERC should do. |
boolean |
parallelWellAnalysis
Whether ERC should do well analysis using multiple processors. |
int |
pWellCheck
How much P-Well contact checking the ERC should do. |
Fields inherited from class com.sun.electric.database.text.PrefPackage |
---|
TECH_NODE, USER_NODE |
Constructor Summary | |
---|---|
ERCWellCheck.WellCheckPreferences(boolean factory)
|
Method Summary |
---|
Methods inherited from class com.sun.electric.database.text.PrefPackage |
---|
getFactoryPrefRoot, getKey, getKey, getKey, getKey, getPrefRoot, putPrefs, withField |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public boolean parallelWellAnalysis
public int maxProc
public boolean mustConnectPWellToGround
public boolean mustConnectNWellToPower
public int pWellCheck
public int nWellCheck
public boolean drcCheck
public boolean findWorstCaseWell
Constructor Detail |
---|
public ERCWellCheck.WellCheckPreferences(boolean factory)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |