Class | Description |
---|---|
Arc |
A Timing Arc.
|
LibData |
LibertyObjects.java
Jonathan Gainsley
24 Oct 2006
Objects to store parsed data from LibertyParser
|
LibData.Attribute |
Attribute object
|
LibData.Define |
Definition objects
|
LibData.Group |
Group object
|
LibData.Head |
Head object
|
LibData.Value |
Value objects
|
PinEdge |
Describe a pin and an associated Transition
User: gainsley
Date: Nov 16, 2006
|
SCRunBase | |
SCSettings |
Library-wide settings
User: gainsley
Date: Nov 16, 2006
|
SCTiming |
Runs a characterization of a gate.
|
Table2D |
Table2D stores data in a more intiuitive fashion than TableData for results
that are a function of two parameters being swept in the spice run.
|
TableData |
TableData provides storage for the measurement results read from
a spice mt0 file.
|
Enum | Description |
---|---|
LibData.AttrType |
Attribute Types
|
LibData.Error |
Error types
|
LibData.ValueType |
Value types
|
PinEdge.Transition |
Describe the transition on a pin
|
SCRunBase.DelayType |
Delay type, Max or Min path timing
|
SCRunBase.GateType |
Gates with pre-configured timing arcs
|
Exception | Description |
---|---|
SCTimingException |
An exception generated during characterization
User: gainsley
Date: Nov 16, 2006
|