public class MoCMOSGenerator
extends java.lang.Object
Constructor and Description |
---|
MoCMOSGenerator() |
Modifier and Type | Method and Description |
---|---|
static void |
generateAllGates(double x,
StdCellParams stdCell)
Generates all gates with the given size and standard cell params
|
static Cell |
makeGate(java.lang.String gateType,
double Xstrength,
StdCellParams sc)
Generate a Gate
|
public static Cell makeGate(java.lang.String gateType, double Xstrength, StdCellParams sc)
gateType
- the gate type ("inv", "nand2", etc)Xstrength
- the drive strength of the gatesc
- the standard cell parameterspublic static void generateAllGates(double x, StdCellParams stdCell)
x
- the drive strengthstdCell
- the standard cell parameters