com.sun.electric.tool.ncc
Class Ncc

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

public class Ncc
extends java.lang.Object

Compare potentially multiple cells in a hierarchy.

This is the class that should be used by programs wishing to perform netlist comparison.


Method Summary
static NccResults compare(Cell cell1, VarContext ctxt1, Cell cell2, VarContext ctxt2, NccOptions options)
          Compare two cells.
static NccResults compare(Cell cell1, VarContext ctxt1, Cell cell2, VarContext ctxt2, NccOptions options, Job job)
          Compare two cells.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

compare

public static NccResults compare(Cell cell1,
                                 VarContext ctxt1,
                                 Cell cell2,
                                 VarContext ctxt2,
                                 NccOptions options)
Compare two cells. We don't need to be able to abort


compare

public static NccResults compare(Cell cell1,
                                 VarContext ctxt1,
                                 Cell cell2,
                                 VarContext ctxt2,
                                 NccOptions options,
                                 Job job)
Compare two cells. We need to be able to abort