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.processing |
Modifier and Type | Method and Description |
---|---|
static NccResults |
NccBottomUp.compare(CellContext cc1,
CellContext cc2,
PassedNcc passed,
NccOptions options,
Aborter aborter)
Compare the two designs: cc1 and cc2.
|
void |
PassedNcc.removeCellsChangedSinceLastNccRun(CellContext[] cellContexts)
Purge all Cells that the user changed since the last NCC run.
|
Modifier and Type | Method and Description |
---|---|
static CellContext |
NccUtils.getCellContext(EditWindow_ wnd) |
static CellContext |
NccUtils.getCurrentCellContext() |
Modifier and Type | Method and Description |
---|---|
static java.util.List<CellContext> |
NccUtils.getCellContextsFromWindows() |
java.util.Iterator<CellContext> |
CompareList.iterator()
Get all the CellContexts in this CompareList.
|
Modifier and Type | Method and Description |
---|---|
static NccResult |
NccUtils.buildBlackBoxes(CellContext c1,
CellContext c2,
HierarchyInfo hierInfo,
NccOptions options,
Aborter aborter) |
static java.util.List<CompareList> |
CompareLists.getCompareLists(CellContext cc1,
CellContext cc2)
Scan the two designs, cc1 and cc2 to produce a list of
CompareLists.
|
Modifier and Type | Method and Description |
---|---|
void |
HierarchyInfo.restrictSubcktDetection(CellContext cc1,
CellContext cc2,
java.util.Set compareListCells)
Restrict subcircuit detection.
|