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

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

public class Inv2iKp
extends java.lang.Object

Tricky: Normally the strong PMOS is folded and the right most source/drain is ground. However, if the strong PMOS is so small that it has only one fold then the right most source/drain is the output. This creates a special case for the weak PMOS because the weak PMOS overlaps the strong PMOS's right most source/drain. When the strong PMOS gets very small, we have to mirror the weak PMOS about it's gate.


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

Constructor Detail

Inv2iKp

public Inv2iKp()
Method Detail

makePart

public static Cell makePart(double sz,
                            StdCellParams stdCell)