Package | Description |
---|---|
com.sun.electric.tool.ncc |
Package for handling the Network Consistency Checking (LVS) tool.
|
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.
|
static NccResults |
Ncc.compare(Cell cell1,
VarContext ctxt1,
Cell cell2,
VarContext ctxt2,
NccOptions options)
Compare two cells.
|
static NccResults |
Ncc.compare(Cell cell1,
VarContext ctxt1,
Cell cell2,
VarContext ctxt2,
PassedNcc passed,
NccOptions options,
Job job)
Compare two cells.
|
static NccResults |
NccJob.getLastNccResults()
Get the results from the last NCC run.
|
static NccResults |
Pie.invokePieNccCompare(Cell c1,
VarContext v1,
Cell c2,
VarContext v2,
NccOptions opt,
PIEOptions pOpt) |
Modifier and Type | Method and Description |
---|---|
static SchemNamesToLay.RenameResult |
SchemNamesToLay.copyNames(NccResults r)
Copy Wire and Part names from the schematic to the layout.
|
static AllSchemNamesToLay.RenameResult |
AllSchemNamesToLay.copyNames(NccResults r) |
Constructor and Description |
---|
AllSchemNamesToLay.RenameJob(NccResults r) |
SchemNamesToLay.RenameJob(NccResults r) |