Package | Description |
---|---|
com.sun.electric.tool.simulation.sctiming |
Modifier and Type | Method and Description |
---|---|
static SCRunBase.DelayType |
SCRunBase.DelayType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SCRunBase.DelayType[] |
SCRunBase.DelayType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SCTiming.characterize_(SCRunBase.DelayType delayType) |
boolean |
SCTiming.characterize(SCRunBase.DelayType delayType)
Run characterization on all timing arcs added to this SCTiming object,
and write the resulting data to a Liberty file.
|
boolean |
SCRunBase.characterizeCells(SCSettings settings,
SCRunBase.DelayType delayType,
Spice.SpicePreferences esp)
Characterize all pre-configured cells in the current Electric library.
|