|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NccResult | |
---|---|
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.result | |
com.sun.electric.tool.user.ncc |
Uses of NccResult in com.sun.electric.tool.ncc |
---|
Methods in com.sun.electric.tool.ncc that return NccResult | |
---|---|
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. |
static NccResult |
NccCrossProbing.getResults(Cell cell)
|
Uses of NccResult in com.sun.electric.tool.ncc.basic |
---|
Methods in com.sun.electric.tool.ncc.basic that return NccResult | |
---|---|
static NccResult |
NccUtils.buildBlackBoxes(CellContext c1,
CellContext c2,
HierarchyInfo hierInfo,
NccOptions options,
Aborter aborter)
|
Uses of NccResult in com.sun.electric.tool.ncc.result |
---|
Methods in com.sun.electric.tool.ncc.result that return NccResult | |
---|---|
NccResult |
NccResults.getResultFromRootCells()
|
static NccResult |
NccResult.newResult(boolean exportNameMatch,
boolean topologyMatch,
boolean sizeMatch,
NccGlobalsReportable globalData)
|
static NccResult |
NccResult.newUserAbortResult()
|
Methods in com.sun.electric.tool.ncc.result that return types with arguments of type NccResult | |
---|---|
java.util.Iterator<NccResult> |
NccResults.iterator()
|
Methods in com.sun.electric.tool.ncc.result with parameters of type NccResult | |
---|---|
void |
NccResults.add(NccResult r)
|
Uses of NccResult in com.sun.electric.tool.user.ncc |
---|
Methods in com.sun.electric.tool.user.ncc with parameters of type NccResult | |
---|---|
void |
NccGuiInfo.setNccResult(NccResult r)
setNccResult should be called after NCC has returned a result |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |