Package | Description |
---|---|
com.sun.electric.tool.logicaleffort |
Package for handling the logical effort tool.
|
Modifier and Type | Field and Description |
---|---|
protected static LENodable.Type |
LENodable.Type.CACHEDCELL
Cached cell
|
protected static LENodable.Type |
LENodable.Type.CAPACITOR
NotSizeable
|
protected static LENodable.Type |
LENodable.Type.IGNORE
Ignore
|
protected static LENodable.Type |
LENodable.Type.LEGATE
LeGate
|
protected static LENodable.Type |
LENodable.Type.LEKEEPER
LeKeeper
|
protected static LENodable.Type |
LENodable.Type.LOAD
NotSizeable
|
protected static LENodable.Type |
LENodable.Type.STATICGATE
NotSizeable
|
protected static LENodable.Type |
LENodable.Type.TRANSISTOR
NotSizeable
|
protected static LENodable.Type |
LENodable.Type.WIRE
NotSizeable
|
Modifier and Type | Method and Description |
---|---|
protected LENodable.Type |
LENodable.getType()
Get the type
|
Constructor and Description |
---|
LENodable(Nodable no,
LENodable.Type type,
Variable mfactorVar,
Variable suVar,
Variable parallelGroupVar)
Create a new LEInstance tied to the Nodable.
|