public class FoldsAndWidth
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
FoldsAndWidth(int nbFolds,
double gateWid,
double physWid) |