public class Ncc
extends java.lang.Object
This is the class that should be used by programs wishing to perform netlist comparison.
Modifier and Type | Method and Description |
---|---|
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,
PassedNcc passed,
NccOptions options,
Job job)
Compare two cells.
|
public static NccResults compare(Cell cell1, VarContext ctxt1, Cell cell2, VarContext ctxt2, NccOptions options)
public static NccResults compare(Cell cell1, VarContext ctxt1, Cell cell2, VarContext ctxt2, PassedNcc passed, NccOptions options, Job job)