|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.electric.tool.generator.layout.gates.MoCMOSGenerator
public class MoCMOSGenerator
Constructor Summary | |
---|---|
MoCMOSGenerator()
|
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MoCMOSGenerator()
Method Detail |
---|
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 parameters
public static void generateAllGates(double x, StdCellParams stdCell)
x
- the drive strengthstdCell
- the standard cell parameters
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |