Package | Description |
---|---|
com.sun.electric.tool.logicaleffort |
Package for handling the logical effort tool.
|
Modifier and Type | Field and Description |
---|---|
protected LENetlister.NetlisterConstants |
LENetlister2.constants
Netlister constants
|
protected LENetlister.NetlisterConstants |
LENetlister1.constants
Netlister constants
|
Modifier and Type | Method and Description |
---|---|
abstract LENetlister.NetlisterConstants |
LENetlister.getConstants()
Get the settings used for sizing
|
LENetlister.NetlisterConstants |
LENetlister2.getConstants() |
LENetlister.NetlisterConstants |
LENetlister1.getConstants() |
protected LENetlister.NetlisterConstants |
LENetlister.LECellInfo.getSettings() |
protected LENetlister.NetlisterConstants |
LENetlister.getSettings(Cell cell)
Get any Logical Effort settings saved on the specified cell
|
Modifier and Type | Method and Description |
---|---|
protected void |
CachedCell.add(Nodable no,
LENetlister2.LECellInfo info,
CachedCell subCell,
LENetlister2.LECellInfo subCellInfo,
LENetlister.NetlisterConstants constants)
Adds instance of cached cell "subCell" to this cached cell.
|
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.
|
boolean |
LENetlister.NetlisterConstants.equals(LENetlister.NetlisterConstants other)
Returns true if the two NetlisterConstants have the same values for all fields
|
protected boolean |
CachedCell.isContextFree(LENetlister.NetlisterConstants constants) |
protected boolean |
LENetlister.isSettingsConflict(LENetlister.NetlisterConstants current,
Cell topLevelCell,
VarContext context,
Cell localCell)
This checks for LE settings in the cell, and returns true if they conflict.
|
protected void |
LENetlister.LECellInfo.leInit(LENetlister.NetlisterConstants constants) |
protected boolean |
LENetlister.saveSettings(LENetlister.NetlisterConstants constants,
Cell cell)
Saves the Global settings to the cell.
|
protected boolean |
LENodable.setOnlyContext(VarContext context,
LENetwork outputNetwork,
float mfactor,
float su,
LENetlister.NetlisterConstants constants)
Set the only context of this LENodable.
|