Modifier and Type | Method and Description |
---|---|
TechType |
FlagDesign.tech() |
abstract TechType |
FlagConfig.tech() |
Modifier and Type | Method and Description |
---|---|
TechType |
Infinity2Config.tech() |
Modifier and Type | Method and Description |
---|---|
Cell |
VddGndM3.makeVddGndM3Cell(Cell layCell,
TechType tech,
EditingPreferences ep) |
Modifier and Type | Method and Description |
---|---|
static void |
BdRoute.route(Cell layCell,
java.util.List<ToConnect> work,
TechType tech) |
Modifier and Type | Class and Description |
---|---|
class |
TechTypeMoCMOS |
class |
TechTypeWizard
The TechType class holds technology dependent information for the layout
generators.
|
Modifier and Type | Method and Description |
---|---|
static TechType |
TechType.getCMOS90() |
static TechType |
TechType.getMOCMOS() |
TechType |
StdCellParams.getTechType() |
static TechType |
TechType.getTechType(Technology technology) |
static TechType |
TechType.getTSMC180() |
Modifier and Type | Method and Description |
---|---|
void |
StdCellParams.addEssentialBoundsFromChildren(Cell cell,
TechType tech) |
Constructor and Description |
---|
FoldedNmos(double x,
double y,
int nbFolds,
int nbSeries,
double gateWidth,
Cell f,
TechType tech,
EditingPreferences ep)
By default the FoldedNmos shifts the diffusion contact to the
top of the transistor
|
FoldedNmos(double x,
double y,
int nbFolds,
int nbSeries,
double gateWidth,
FoldedMos.GateSpace gateSpace,
char justifyDiffCont,
Cell f,
TechType tech,
EditingPreferences ep) |
FoldedPmos(double x,
double y,
int nbFolds,
int nbSeries,
double gateWidth,
Cell f,
TechType tech,
EditingPreferences ep)
By default the FoldedPmos shifts the diffusion contact to the
bottom of the transistor
|
FoldedPmos(double x,
double y,
int nbFolds,
int nbSeries,
double gateWidth,
FoldedMos.GateSpace gateSpace,
char justifyDiffCont,
Cell f,
TechType tech,
EditingPreferences ep) |
TrackRouter(ArcProto lay,
double wid,
double centerVal,
TechType tech,
EditingPreferences ep,
Cell parnt) |
TrackRouter(ArcProto lay,
double wid,
TechType tech,
EditingPreferences ep,
Cell parnt) |
TrackRouterH(ArcProto lay,
double wid,
double centerVal,
TechType tech,
EditingPreferences ep,
Cell parnt)
ports may be offset from routing track
|
TrackRouterH(ArcProto lay,
double wid,
TechType tech,
EditingPreferences ep,
Cell parnt)
all ports lie on the same routing track
|
TrackRouterV(ArcProto lay,
double wid,
double centerVal,
TechType tech,
EditingPreferences ep,
Cell parnt)
ports may be offset from routing track
|
TrackRouterV(ArcProto lay,
double wid,
TechType tech,
EditingPreferences ep,
Cell parnt)
all ports lie on the same routing track
|
Modifier and Type | Field and Description |
---|---|
protected TechType |
VddGndStraps.tech |
Modifier and Type | Method and Description |
---|---|
TechType |
FillGenConfig.getTechType() |
Modifier and Type | Method and Description |
---|---|
static java.util.ArrayList<PortInst> |
TiledCell.connectAllPortInsts(TechType tech,
EditingPreferences ep,
Cell cell) |
static Cell |
FillGeneratorTool.makeFillCell(Library lib,
com.sun.electric.tool.generator.layout.fill.Floorplan[] plans,
int botLayer,
int topLayer,
CapCell capCell,
TechType tech,
EditingPreferences ep,
ExportConfig expCfg,
boolean metalFlex,
boolean hierFlex) |
Cell |
FillGeneratorTool.standardMakeFillCell(int loLayer,
int hiLayer,
TechType tech,
EditingPreferences ep,
ExportConfig exportConfig,
int[] tiledSizes,
boolean metalFlex)
Create a fill cell using the current library, fill cell width, fill cell
height, layer orientation, and reserved spaces for each layer.
|
Constructor and Description |
---|
FillCell(TechType tech,
EditingPreferences ep) |