Package | Description |
---|---|
com.sun.electric.tool.drc |
Package for handling the design-rule checking tool.
|
com.sun.electric.tool.user.tests |
Modifier and Type | Field and Description |
---|---|
DRC.DRCCheckMinArea |
DRC.DRCPreferences.minAreaAlgoOption
Which min area algorithm to use.
|
Modifier and Type | Method and Description |
---|---|
static DRC.DRCCheckMinArea |
DRC.DRCCheckMinArea.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DRC.DRCCheckMinArea[] |
DRC.DRCCheckMinArea.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
DRCTest.basicDRCLayoutTestInternal(Cell lay,
int ERROR_DEFAULT,
int WARN_DEFAULT,
int ERROR_EXHAUSTIVE,
int WARN_EXHAUSTIVE,
int ERROR_CELL,
int WARN_CELL,
boolean checkArea,
DRC.DRCCheckMinArea areaAlgo)
SUPPORT
|
static boolean |
DRCTest.basicDRCTest(Technology tech,
Foundry.Type foundry,
java.lang.String regressiondata,
java.lang.String testCell,
java.lang.String testlib,
int ERROR_DEFAULT,
int WARN_DEFAULT,
int ERROR_EXHAUSTIVE,
int WARN_EXHAUSTIVE,
int ERROR_CELL,
int WARN_CELL,
boolean checkArea,
DRC.DRCCheckMinArea areaAlgo)
Method to test DRC on Layout examples.
|