Package | Description |
---|---|
com.sun.electric.tool.ncc.netlist | |
com.sun.electric.tool.ncc.processing |
Modifier and Type | Method and Description |
---|---|
Port |
Wire.addExport(java.lang.String portName,
PortCharacteristic type,
boolean oneNamePerPort)
add a Port to this Wire
|
Port |
Wire.getPort() |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Port> |
NccNetlist.getPortArray() |
Modifier and Type | Method and Description |
---|---|
boolean |
Wire.touches(Port p)
Does this Wire connect to the given Port?
|
Constructor and Description |
---|
SubcircuitInfo(java.lang.String name,
int ID,
Port[] refPorts)
Create the first SubcircuitInfo for the reference Cell
|