Package | Description |
---|---|
com.sun.electric.technology |
Package for handling technology information.
|
com.sun.electric.technology.technologies |
Package for the individual technologies.
|
com.sun.electric.tool.drc |
Package for handling the design-rule checking tool.
|
com.sun.electric.tool.user.dialogs |
Modifier and Type | Field and Description |
---|---|
protected XMLRules |
Technology.cachedRules
Cached rules for the technology.
|
protected XMLRules |
Technology.factoryRules
Factory rules for the technology.
|
Modifier and Type | Method and Description |
---|---|
XMLRules |
Technology.getCachedRules()
Method to retrieve cached rules
|
XMLRules |
Technology.getFactoryDesignRules()
Method to get the factory design rules.
|
protected XMLRules |
Technology.makeFactoryDesignRules()
Method to get the factory design rules.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.StringBuffer |
Technology.getRuleDifferences(XMLRules origRules,
XMLRules newRules)
Method to compare a Rules set with the "factory" set and construct an override string.
|
void |
Technology.setCachedRules(XMLRules rules)
Method to set cached rules
|
void |
Technology.setRuleVariables(XMLRules newRules)
Method to be called from DRC:setRules
|
Modifier and Type | Method and Description |
---|---|
protected XMLRules |
MoCMOS.makeFactoryDesignRules()
Method to build "factory" design rules, given the current technology settings.
|
Modifier and Type | Field and Description |
---|---|
protected XMLRules |
MTDRCTool.rules |
Modifier and Type | Method and Description |
---|---|
static XMLRules |
DRC.getRules(Technology tech)
Method to build a Rules object that contains the current design rules for a Technology.
|
Modifier and Type | Method and Description |
---|---|
static DRCTemplate |
DRC.isForbiddenNode(XMLRules rules,
int index1,
int index2,
DRCTemplate.DRCRuleType type) |
static void |
DRC.setRules(DRC.DRCPreferences dp,
Technology tech,
XMLRules newRules)
Method to load a full set of design rules for a Technology.
|
Modifier and Type | Method and Description |
---|---|
void |
DesignRulesPanel.init(Technology tech,
Foundry.Type foun,
XMLRules drcR)
Method called at the start of the frame.
|