com.sun.electric.tool.ncc
Class NccBottomUp

java.lang.Object
  extended by com.sun.electric.tool.ncc.NccBottomUp

public class NccBottomUp
extends java.lang.Object

Run NCC hierarchically. By default, treat every Cell with both a layout and a schematic view as a hierarchical entity.


Constructor Summary
NccBottomUp()
           
 
Method Summary
static void clearPassedHistory()
           
static NccResults compare(CellContext cc1, CellContext cc2, NccOptions options, Aborter aborter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NccBottomUp

public NccBottomUp()
Method Detail

compare

public static NccResults compare(CellContext cc1,
                                 CellContext cc2,
                                 NccOptions options,
                                 Aborter aborter)

clearPassedHistory

public static void clearPassedHistory()