Package | Description |
---|---|
com.sun.electric.technology |
Package for handling technology information.
|
com.sun.electric.tool.user.dialogs | |
com.sun.electric.tool.user.dialogs.options |
Modifier and Type | Field and Description |
---|---|
static Foundry.Type |
Foundry.Type.MOSIS |
static Foundry.Type |
Foundry.Type.NONE |
static Foundry.Type |
Foundry.Type.ST |
static Foundry.Type |
Foundry.Type.TSMC |
Modifier and Type | Method and Description |
---|---|
Foundry.Type |
Foundry.getType() |
static Foundry.Type |
Foundry.Type.valueOf(java.lang.String n) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<Foundry.Type> |
Foundry.Type.getValues() |
Modifier and Type | Method and Description |
---|---|
protected void |
Technology.newFoundry(Foundry.Type mode,
java.net.URL fileURL,
java.lang.String... gdsLayers)
Method to create a new on this technology.
|
Constructor and Description |
---|
Technology(Generic generic,
TechFactory techFactory,
Foundry.Type defaultFoundry,
int defaultNumMetals)
Constructs a
Technology . |
Technology(Generic generic,
TechFactory techFactory,
java.util.Map<TechFactory.Param,java.lang.Object> techParams,
Foundry.Type defaultFoundry,
int defaultNumMetals)
Constructs a
Technology . |
Technology(IdManager idManager,
Generic generic,
TechFactory techFactory,
java.util.Map<TechFactory.Param,java.lang.Object> techParams,
Foundry.Type defaultFoundry,
int defaultNumMetals)
Constructs a
Technology . |
Modifier and Type | Method and Description |
---|---|
void |
DesignRulesPanel.init(Technology tech,
Foundry.Type foun,
DRCRules drcR)
Method called at the start of the frame.
|
Modifier and Type | Method and Description |
---|---|
Foundry.Type |
TechnologyTab.setFoundrySelected(Technology tech,
javax.swing.JComboBox pulldown) |
Modifier and Type | Method and Description |
---|---|
boolean |
TechnologyTab.checkFoundry(Foundry.Type foundry,
Technology tech)
Method to check whether the foundry value has been changed.
|