Modifier and Type | Method and Description |
---|---|
TechType |
FlagDesign.tech() |
Modifier and Type | Method and Description |
---|---|
Cell |
VddGndM3.makeVddGndM3Cell(Cell layCell,
TechType tech) |
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 |
Modifier and Type | Method and Description |
---|---|
TechType |
TechType.TechTypeEnum.getTechType() |
TechType |
StdCellParams.getTechType() |
static TechType |
Tech.getTechType() |
Modifier and Type | Method and Description |
---|---|
static void |
StdCellParams.addEssentialBoundsFromChildren(Cell cell,
TechType tech) |
static void |
Tech.setTechType(TechType requestedTechnology) |
Constructor and Description |
---|
FoldedNmos(double x,
double y,
int nbFolds,
int nbSeries,
double gateWidth,
Cell f,
TechType tech)
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) |
FoldedPmos(double x,
double y,
int nbFolds,
int nbSeries,
double gateWidth,
Cell f,
TechType tech)
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) |
MosInstH(char np,
double x,
double y,
double w,
double l,
TechType tech,
Cell parent) |
MosInstH1(char np,
double x,
double y,
double w,
double l,
TechType tech,
Cell parent) |
MosInstV(char np,
double x,
double y,
double w,
double l,
TechType tech,
Cell parent) |
TrackRouter(ArcProto lay,
double wid,
double centerVal,
TechType tech,
Cell parnt) |
TrackRouter(ArcProto lay,
double wid,
TechType tech,
Cell parnt) |
TrackRouterH(ArcProto lay,
double wid,
double centerVal,
TechType tech,
Cell parnt)
ports may be offset from routing track
|
TrackRouterH(ArcProto lay,
double wid,
TechType tech,
Cell parnt)
all ports lie on the same routing track
|
TrackRouterV(ArcProto lay,
double wid,
double centerVal,
TechType tech,
Cell parnt)
ports may be offset from routing track
|
TrackRouterV(ArcProto lay,
double wid,
TechType tech,
Cell parnt)
all ports lie on the same routing track
|
Modifier and Type | Method and Description |
---|---|
static Cell |
FillGeneratorTool.makeFillCell(Library lib,
com.sun.electric.tool.generator.layout.fill.Floorplan[] plans,
int botLayer,
int topLayer,
CapCell capCell,
TechType tech,
ExportConfig expCfg,
boolean metalFlex,
boolean hierFlex) |
Cell |
FillGeneratorTool.standardMakeFillCell(int loLayer,
int hiLayer,
TechType tech,
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) |