Package | Description |
---|---|
com.sun.electric.tool.generator.flag | |
com.sun.electric.tool.generator.layout | |
com.sun.electric.tool.generator.layout.fill |
Modifier and Type | Field and Description |
---|---|
TechType.TechTypeEnum |
FlagConfig.techTypeEnum |
Modifier and Type | Method and Description |
---|---|
TechType.TechTypeEnum |
TechType.getEnum() |
static TechType.TechTypeEnum |
TechType.TechTypeEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TechType.TechTypeEnum[] |
TechType.TechTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
GateRegression.aPass(double x,
StdCellParams stdCell,
TechType.TechTypeEnum technology) |
static StdCellParams |
GateLayoutGenerator.dividerParams(TechType.TechTypeEnum technology) |
static StdCellParams |
GateLayoutGenerator.dividerParams(TechType.TechTypeEnum technology,
boolean enableNCC) |
static StdCellParams |
GateLayoutGenerator.fastProxParams(TechType.TechTypeEnum technology) |
static void |
GateLayoutGenerator.generateFromSchematicsJob(TechType.TechTypeEnum type) |
static StdCellParams |
GateLayoutGenerator.justinParams(TechType.TechTypeEnum technology) |
static int |
GateRegression.runRegression(TechType.TechTypeEnum technology,
Library scratchLib,
int backupScheme)
Programatic interface to gate regressions.
|
Constructor and Description |
---|
GateRegression(TechType.TechTypeEnum techNm) |
GenerateFromSchematicsJob(TechType.TechTypeEnum techNm) |
StdCellParams(TechType.TechTypeEnum techEnum) |
TechType(Technology techy,
TechType.TechTypeEnum techEnum,
java.lang.String[] layerNms) |
TechTypeMoCMOS(TechType.TechTypeEnum techEnum) |
Modifier and Type | Field and Description |
---|---|
TechType.TechTypeEnum |
FillGenConfig.techType |
Constructor and Description |
---|
FillGen(TechType.TechTypeEnum tech) |
FillGenConfig(FillGeneratorTool.FillTypeEnum type,
TechType.TechTypeEnum tech,
java.lang.String lib,
ExportConfig perim,
int first,
int last,
double w,
double h,
boolean even,
int[] cellTiles,
boolean hierarchy,
double minO,
double drcSpacingRule,
boolean binary,
boolean useMaster,
boolean onlyAround,
double gap,
FillGenConfig.FillGenType genType,
int level) |