public static class ERCWellCheck.WellCheckPreferences extends PrefPackage
PrefPackage.BooleanPref, PrefPackage.DoublePref, PrefPackage.IntegerPref, PrefPackage.LongPref, PrefPackage.StringPref
Modifier and Type | Field and Description |
---|---|
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.
|
TECH_NODE, USER_NODE
Constructor and Description |
---|
ERCWellCheck.WellCheckPreferences(boolean factory) |
getFactoryPrefRoot, getKey, getKey, getKey, getKey, getPrefRoot, putPrefs, withField
public boolean parallelWellAnalysis
public int maxProc
public boolean mustConnectPWellToGround
public boolean mustConnectNWellToPower
public int pWellCheck
public int nWellCheck
public boolean drcCheck
public boolean findWorstCaseWell