com.sun.electric.tool.generator.layout
Class FoldedNmos

java.lang.Object
  extended by com.sun.electric.tool.generator.layout.FoldedMos
      extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from class com.sun.electric.tool.generator.layout.FoldedMos
FoldedMos.GateSpace
 
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)
           
 
Method Summary
 
Methods inherited from class com.sun.electric.tool.generator.layout.FoldedMos
getDiffContWidth, getGate, getGateWidth, getInternalSrcDrn, getMosCenterY, getPhysWidth, getSrcDrn, nbGates, nbInternalSrcDrns, nbSrcDrns
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)