|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Instance.Type | |
---|---|
com.sun.electric.tool.logicaleffort | Package for handling the logical effort tool. |
Uses of Instance.Type in com.sun.electric.tool.logicaleffort |
---|
Fields in com.sun.electric.tool.logicaleffort declared as Instance.Type | |
---|---|
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 |
Methods in com.sun.electric.tool.logicaleffort that return Instance.Type | |
---|---|
protected Instance.Type |
Instance.getType()
Get Type of leGate |
Methods in com.sun.electric.tool.logicaleffort with parameters of type Instance.Type | |
---|---|
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 |
Constructors in com.sun.electric.tool.logicaleffort with parameters of type Instance.Type | |
---|---|
Instance(java.lang.String name,
Instance.Type type,
float leSU,
float leX,
Nodable no)
Creates a new instance of Instance |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |