Package | Description |
---|---|
com.sun.electric.tool.ncc.netlist | |
com.sun.electric.tool.ncc.result | |
com.sun.electric.tool.ncc.trees | |
com.sun.electric.tool.user.ncc |
Modifier and Type | Class and Description |
---|---|
class |
Bipolar
A Bipolar transistor
|
class |
Mos
One or more MOS transistors in series.
|
class |
NetObject
NetObject is the parent class for Parts, Wires, and Ports.
|
class |
Part
Part is an intermediate abstract sub-class of NetObject.
|
class |
Port
An NCC Port holds all the Export names associated with a single NCC
Wire.
|
class |
Resistor |
class |
Subcircuit
A Cell instance that is being treated as a primitive circuit component
during a hierarchical netlist comparison
|
class |
Wire
A Wire represents an electrical equipotential.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
PartReport.PartReportable |
static interface |
PortReport.PortReportable |
static interface |
WireReport.WireReportable |
Modifier and Type | Method and Description |
---|---|
static NetObjReport |
NetObjReport.newNetObjReport(NetObjReport.NetObjReportable no) |
Modifier and Type | Method and Description |
---|---|
void |
EquivRecReport.EquivRecReportable.getNetObjReportablesFromEntireTree(java.util.List<java.util.List<NetObjReport.NetObjReportable>> matched,
java.util.List<java.util.List<NetObjReport.NetObjReportable>> notMatched) |
void |
EquivRecReport.EquivRecReportable.getNetObjReportablesFromEntireTree(java.util.List<java.util.List<NetObjReport.NetObjReportable>> matched,
java.util.List<java.util.List<NetObjReport.NetObjReportable>> notMatched) |
Constructor and Description |
---|
NetObjReport(NetObjReport.NetObjReportable n) |
Modifier and Type | Method and Description |
---|---|
void |
EquivRecord.getNetObjReportablesFromEntireTree(java.util.List<java.util.List<NetObjReport.NetObjReportable>> matched,
java.util.List<java.util.List<NetObjReport.NetObjReportable>> notMatched) |
void |
EquivRecord.getNetObjReportablesFromEntireTree(java.util.List<java.util.List<NetObjReport.NetObjReportable>> matched,
java.util.List<java.util.List<NetObjReport.NetObjReportable>> notMatched) |
Modifier and Type | Method and Description |
---|---|
void |
ExportMismatch.NameMismatch.setSuggestion(NetObjReport.NetObjReportable exp2) |
void |
ExportMismatch.TopologyMismatch.setSuggestion(NetObjReport.NetObjReportable sug) |