com.sun.electric.tool.generator.layout
Class FoldedNmos
java.lang.Object
com.sun.electric.tool.generator.layout.FoldedMos
com.sun.electric.tool.generator.layout.FoldedNmos
public class FoldedNmos
- extends FoldedMos
The FoldedNmos class is a layer beneath the gate layout generators.
Therefore FoldedNmos should not use StdCellparams.
- Author:
- rkao
Constructor Summary |
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FoldedNmos
public 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
public FoldedNmos(double x,
double y,
int nbFolds,
int nbSeries,
double gateWidth,
FoldedMos.GateSpace gateSpace,
char justifyDiffCont,
Cell f,
TechType tech)