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

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

public class DrcRing
extends java.lang.Object

Create a ring in layers p1 and m1 - m5. This ring is useful for testing DRC correctness of my gate libraries. I will draw a ring around every gate and then run DRC.


Constructor Summary
DrcRing()
           
 
Method Summary
static Cell makePart(double w, double h, StdCellParams stdCell)
          Draw rings with inside width w and inside height h.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DrcRing

public DrcRing()
Method Detail

makePart

public static Cell makePart(double w,
                            double h,
                            StdCellParams stdCell)
Draw rings with inside width w and inside height h. The ring position places the bottom left inside corner at (0, 0)