Package | Description |
---|---|
com.sun.electric.tool.logicaleffort |
Package for handling the logical effort tool.
|
Modifier and Type | Method and Description |
---|---|
protected Instance |
LENetlister1.addInstance(java.lang.String name,
Instance.Type type,
float leSU,
float leX,
java.util.ArrayList<Pin> pins,
Nodable no)
Add new instance to design
|
protected Instance |
Pin.getInstance()
Return the instance that is attached to the pin.
|
Modifier and Type | Method and Description |
---|---|
protected java.util.Map<java.lang.String,Instance> |
LENetlister1.getAllInstances() |
Modifier and Type | Method and Description |
---|---|
protected void |
Pin.setInstance(Instance instance)
Set the instance to which the pin is attached.
|