Package | Description |
---|---|
com.sun.electric.tool.logicaleffort |
Package for handling the logical effort tool.
|
Modifier and Type | Field and Description |
---|---|
protected static Instance.Type |
Instance.Type.CAPACITOR
NotSizeable
|
protected static Instance.Type |
Instance.Type.LEGATE
LeGate
|
protected static Instance.Type |
Instance.Type.LEKEEPER
LeKeeper
|
protected static Instance.Type |
Instance.Type.LOAD
NotSizeable
|
protected static Instance.Type |
Instance.Type.STATICGATE
NotSizeable
|
protected static Instance.Type |
Instance.Type.WIRE
NotSizeable
|
Modifier and Type | Method and Description |
---|---|
protected Instance.Type |
Instance.getType()
Get Type of leGate
|
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
|
float |
LENetlister1.getTotalSize(Instance.Type type)
return total size of all instances of the specified type
if type is null, uses all types
|
Constructor and Description |
---|
Instance(java.lang.String name,
Instance.Type type,
float leSU,
float leX,
Nodable no)
Creates a new instance of Instance
|