Package | Description |
---|---|
com.sun.electric.technology |
Package for handling technology information.
|
com.sun.electric.tool.drc |
Package for handling the design-rule checking tool.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.List<Foundry> |
Technology.foundries
static list of all Manufacturers in Electric
|
Modifier and Type | Method and Description |
---|---|
protected Foundry |
Technology.findFoundry(java.lang.String name)
Find the Foundry in this technology with a particular name.
|
Foundry |
Technology.getSelectedFoundry()
Method to get the foundry index associated with this technology.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<Foundry> |
Technology.getFoundries()
Get an iterator over all of the Manufacturers.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLRules.loadDRCRules(Technology tech,
Foundry foundry,
DRCTemplate theRule,
boolean pWellProcess) |
Modifier and Type | Method and Description |
---|---|
static void |
DRC.cleanCellsDueToFoundryChanges(Technology tech,
Foundry f,
DRC.DRCPreferences dp)
Method to clean those cells that were marked with a valid date due to
changes in the DRC rules.
|