Package | Description |
---|---|
com.sun.electric.tool.placement |
Modifier and Type | Method and Description |
---|---|
PlacementAdapter.PlacementPort |
PlacementAdapter.PlacementExport.getPort() |
Modifier and Type | Method and Description |
---|---|
java.util.Set<PlacementAdapter.PlacementPort> |
PlacementAdapter.PlacementNode.getEquivalents(PlacementAdapter.PlacementPort p) |
Modifier and Type | Method and Description |
---|---|
void |
PlacementAdapter.PlacementNode.addEquivalentPorts(PlacementAdapter.PlacementPort p1,
PlacementAdapter.PlacementPort p2)
Method to indicate that two ports are equivalent on a node,
and therefore either one can be wired.
|
java.util.Set<PlacementAdapter.PlacementPort> |
PlacementAdapter.PlacementNode.getEquivalents(PlacementAdapter.PlacementPort p) |
Constructor and Description |
---|
PlacementAdapter.PlacementExport(PlacementAdapter.PlacementPort port,
java.lang.String name,
PortCharacteristic chr)
Constructor to create a PlacementExport with the information about an
Export to be created.
|
Constructor and Description |
---|
PlacementAdapter.PlacementNode(NodeInst ni,
NodeProto type,
java.lang.String name,
int tBits,
double wid,
double hei,
java.util.List<PlacementAdapter.PlacementPort> pps,
boolean terminal)
Method to create a PlacementNode object.
|