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

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

public class Inv2iKn
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
Inv2iKn()
           
 
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

Inv2iKn

public Inv2iKn()
Method Detail

makePart

public static Cell makePart(double sz,
                            StdCellParams stdCell)