|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.electric.tool.generator.layout.FoldsAndWidth
public class FoldsAndWidth
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 |
---|
public final int nbFolds
public final double gateWid
public final double physWid
Constructor Detail |
---|
public FoldsAndWidth(int nbFolds, double gateWid, double physWid)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |