com.sun.electric.tool.generator.layout.gates
Class InvV

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

public class InvV
extends java.lang.Object

Separate control over N and P transistor sizes. It's not clear if this is really necessary or desireable. I'm doing this for Justin


Constructor Summary
InvV()
           
 
Method Summary
static Cell makePart(double pSz, double nSz, StdCellParams stdCell)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvV

public InvV()
Method Detail

makePart

public static Cell makePart(double pSz,
                            double nSz,
                            StdCellParams stdCell)