Uses of Class
com.sun.electric.tool.generator.layout.FoldedMos

Packages that use FoldedMos
com.sun.electric.tool.generator.layout   
 

Uses of FoldedMos in com.sun.electric.tool.generator.layout
 

Subclasses of FoldedMos in com.sun.electric.tool.generator.layout
 class FoldedNmos
          The FoldedNmos class is a layer beneath the gate layout generators.
 class FoldedPmos
          The FoldedPmos class is a layer beneath the gate layout generators.
 

Methods in com.sun.electric.tool.generator.layout with parameters of type FoldedMos
 void StdCellParams.fillDiffAndSelectNotches(FoldedMos[] moss, boolean fillDiffNotch)
          Fix notch errors between adjacent source/drain regions.
static double StdCellParams.getRightDiffX(FoldedMos m)
           
static double StdCellParams.getRightDiffX(FoldedMos[] moss)
           
 void StdCellParams.wireVddGnd(FoldedMos[] moss, StdCellParams.SelectSrcDrn select, Cell p)
          Wire pmos or nmos to vdd or gnd, respectively.
 void StdCellParams.wireVddGnd(FoldedMos mos, StdCellParams.SelectSrcDrn select, Cell p)