Package | Description |
---|---|
com.sun.electric.tool.logicaleffort |
Package for handling the logical effort tool.
|
Modifier and Type | Field and Description |
---|---|
protected static LEPin.Dir |
LEPin.Dir.INOUT
In-Out
|
protected static LEPin.Dir |
LEPin.Dir.INPUT
Input
|
protected static LEPin.Dir |
LEPin.Dir.NODIR
no dir
|
protected static LEPin.Dir |
LEPin.Dir.OUTPUT
Output
|
Modifier and Type | Method and Description |
---|---|
protected LEPin.Dir |
LEPin.getDir()
Return the direction of the pin.
|
Modifier and Type | Method and Description |
---|---|
protected void |
LENodable.addPort(java.lang.String name,
LEPin.Dir dir,
float le,
Network jnet)
Add a port to this LEInstance
|
protected static java.util.ArrayList<LEPin> |
LEPin.getPinListType(java.util.List<LEPin> pins,
LEPin.Dir dir)
Return list of specified pins
|
Constructor and Description |
---|
LEPin(java.lang.String name,
LEPin.Dir dir,
float le,
Network net,
LENodable instance)
Create new pin.
|