Package | Description |
---|---|
com.sun.electric.tool.logicaleffort |
Package for handling the logical effort tool.
|
Modifier and Type | Method and Description |
---|---|
static LESizer.Alg |
LESizer.Alg.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LESizer.Alg[] |
LESizer.Alg.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
LENetlister2.size(LESizer.Alg algorithm)
Size the netlist.
|
abstract boolean |
LENetlister.size(LESizer.Alg algorithm)
Call to size netlist with the specified algorithm
|
boolean |
LENetlister1.size(LESizer.Alg algorithm)
Size the netlist.
|
Constructor and Description |
---|
AnalyzeCell(LESizer.Alg algorithm,
Cell cell,
VarContext context,
boolean newAlg) |
LESizer(LESizer.Alg alg,
LENetlister1 netlist,
Job job,
ErrorLogger errorLogger)
Creates a new instance of LESizer
|
LESizer2(LESizer.Alg alg,
LENetlister2 netlist,
Job job,
ErrorLogger errorLogger)
Creates a new instance of LESizer
|