Package | Description |
---|---|
com.sun.electric.tool.logicaleffort |
Package for handling the logical effort tool.
|
Modifier and Type | Field and Description |
---|---|
protected LENetwork |
LENodable.outputNetwork |
Modifier and Type | Method and Description |
---|---|
protected java.util.Map<Network,LENetwork> |
CachedCell.getLocalNetworks() |
protected java.util.Iterator<LENetwork> |
LENetwork.getSubNets() |
Modifier and Type | Method and Description |
---|---|
protected void |
LENetwork.add(LENetwork net) |
protected LENodable |
LENodable.createUniqueInstance(VarContext context,
LENetwork outputNetwork,
float mfactor,
float su,
LENetlister.NetlisterConstants constants)
Factory method to create a copy of this Nodable with the context-relevant info
evaluated.
|
protected boolean |
LENodable.setOnlyContext(VarContext context,
LENetwork outputNetwork,
float mfactor,
float su,
LENetlister.NetlisterConstants constants)
Set the only context of this LENodable.
|