Package | Description |
---|---|
com.sun.electric.tool.logicaleffort |
Package for handling the logical effort tool.
|
Modifier and Type | Field and Description |
---|---|
protected static Pin.Dir |
Pin.Dir.INOUT
In-Out
|
protected static Pin.Dir |
Pin.Dir.INPUT
Input
|
protected static Pin.Dir |
Pin.Dir.NODIR
no dir
|
protected static Pin.Dir |
Pin.Dir.OUTPUT
Output
|
Modifier and Type | Method and Description |
---|---|
protected Pin.Dir |
Pin.getDir()
Return the direction of the pin.
|
Modifier and Type | Method and Description |
---|---|
protected static java.util.ArrayList<Pin> |
Pin.getPinListType(java.util.ArrayList<Pin> pins,
Pin.Dir dir)
Return list of specified pins
|
Constructor and Description |
---|
Pin(java.lang.String name,
Pin.Dir dir,
float le,
java.lang.String netName)
Create new pin.
|