Package | Description |
---|---|
com.sun.electric.tool.ncc |
Package for handling the Network Consistency Checking (LVS) tool.
|
com.sun.electric.tool.ncc.basic | |
com.sun.electric.tool.ncc.netlist | |
com.sun.electric.tool.ncc.processing |
Modifier and Type | Method and Description |
---|---|
static NccResult |
NccEngine.buildBlackBoxes(Cell cell1,
VarContext ctxt1,
Cell cell2,
VarContext ctxt2,
HierarchyInfo hierInfo,
NccOptions options,
Aborter aborter)
Instead of checking to see if two cells are topologically
equivalent, simply pretend that we've already compared them
and found them to match.
|
static NccResult |
NccEngine.compare(Cell cell1,
VarContext context1,
Cell cell2,
VarContext context2,
HierarchyInfo hierInfo,
NccOptions options,
Aborter aborter)
Check to see if two cells are topologically equivalent.
|
static NccResult |
NccEngine.compare(java.util.List<Cell> cells,
java.util.List<VarContext> contexts,
HierarchyInfo hierCompInfo,
NccOptions options,
Aborter aborter)
Check to see if all cells are topologically equivalent.
|
Modifier and Type | Method and Description |
---|---|
static NccResult |
NccUtils.buildBlackBoxes(CellContext c1,
CellContext c2,
HierarchyInfo hierInfo,
NccOptions options,
Aborter aborter) |
Constructor and Description |
---|
NccNetlist(Cell root,
VarContext context,
HierarchyInfo hierInfo,
boolean blackBox,
NccGlobals globals)
Build a netlist for Cell root.
|
Modifier and Type | Method and Description |
---|---|
void |
ExportChecker.saveInfoNeededToMakeMeASubcircuit(HierarchyInfo hierInfo)
Gather information that will allow hierarchical netlist comparison
at higher level to treat me as a subcircuit.
|