Package | Description |
---|---|
com.sun.electric.database.hierarchy |
Package for hierarchy (cell instances inside of cells).
|
com.sun.electric.tool.ncc |
Package for handling the Network Consistency Checking (LVS) tool.
|
com.sun.electric.tool.ncc.netlist | |
com.sun.electric.tool.ncc.result.equivalence |
Modifier and Type | Method and Description |
---|---|
HierarchyEnumerator.NetNameProxy |
HierarchyEnumerator.CellInfo.getUniqueNetNameProxy(int netID,
java.lang.String sep)
Same as getUniqueNetName except it returns a NameProxy instead of a
String name
|
HierarchyEnumerator.NetNameProxy |
HierarchyEnumerator.CellInfo.getUniqueNetNameProxy(Network net,
java.lang.String sep)
Same as getUniqueNetName except it returns a NameProxy instead of a
String name
|
Modifier and Type | Method and Description |
---|---|
HierarchyEnumerator.NetNameProxy[][] |
NccGlobalsReportable.getEquivalentNets() |
HierarchyEnumerator.NetNameProxy[][] |
NccGlobals.getEquivalentNets() |
Modifier and Type | Method and Description |
---|---|
HierarchyEnumerator.NetNameProxy |
NccNameProxy.WireNameProxy.getNetNameProxy() |
Constructor and Description |
---|
NccNameProxy.WireNameProxy(HierarchyEnumerator.NetNameProxy nameProxy,
java.lang.String commonPathPrefix) |
Modifier and Type | Method and Description |
---|---|
HierarchyEnumerator.NetNameProxy |
Equivalence.findEquivalentNet(VarContext vc,
Network net)
Given a Network in one design, return the matching network
in the other design.
|
HierarchyEnumerator.NetNameProxy |
Equivalence.findEquivalentNetShortingResistors(VarContext vc,
Network net)
Given a Network in one design, return the matching network
in the other design.
|
Constructor and Description |
---|
Equivalence(HierarchyEnumerator.NetNameProxy[][] equivNets,
HierarchyEnumerator.NodableNameProxy[][] equivNodes,
Cell[] nccRootCells,
VarContext[] nccRootCtxts) |