Package | Description |
---|---|
com.sun.electric.tool.ncc.netlist | |
com.sun.electric.tool.ncc.result | |
com.sun.electric.tool.user.ncc |
Modifier and Type | Class and Description |
---|---|
class |
Port
An NCC Port holds all the Export names associated with a single NCC
Wire.
|
Constructor and Description |
---|
PortReport(PortReport.PortReportable p) |
Modifier and Type | Method and Description |
---|---|
void |
ExportMismatch.MultiMatch.add(int listIndex,
PortReport.PortReportable port)
Add a mismatched Port.
|
void |
ExportMismatch.NameMismatch.setFirstExport(PortReport.PortReportable exp1) |
void |
ExportMismatch.TopologyMismatch.setFirstExport(PortReport.PortReportable exp1) |
void |
ExportMismatch.TopologyMismatch.setSecondExport(PortReport.PortReportable exp2) |
Modifier and Type | Method and Description |
---|---|
void |
ExportMismatch.MultiMatch.add(int listIndex,
java.util.Set<PortReport.PortReportable> portSet)
Add all mismatched Ports in the proviede set
|