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

java.lang.Object
  extended by com.sun.electric.tool.generator.layout.FoldsAndWidth

public class FoldsAndWidth
extends java.lang.Object

This class is used to return the result from StdCellParms.calcFoldsAndWidth.


Field Summary
 double gateWid
          electrical width of the gate of a single fold
 int nbFolds
          number of folds
 double physWid
          for very small gate widths, the physical width of a transistor is determined by the width of the diffusion contact
 
Constructor Summary
FoldsAndWidth(int nbFolds, double gateWid, double physWid)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nbFolds

public final int nbFolds
number of folds


gateWid

public final double gateWid
electrical width of the gate of a single fold


physWid

public final double physWid
for very small gate widths, the physical width of a transistor is determined by the width of the diffusion contact

Constructor Detail

FoldsAndWidth

public FoldsAndWidth(int nbFolds,
                     double gateWid,
                     double physWid)