Package | Description |
---|---|
com.sun.electric.technology |
Package for handling technology information.
|
com.sun.electric.technology.technologies |
Package for the individual technologies.
|
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 |
---|---|
void |
Technology.setCachedRules(XMLRules rules)
Method to set cached rules
|
Modifier and Type | Method and Description |
---|---|
protected XMLRules |
MoCMOS.makeFactoryDesignRules()
Method to build "factory" design rules, given the current technology settings.
|