Expand description
Standard delay format (SDF) parser for EDA applications.
§How to use
See SDF::parse_str
.
A number of features, including timing checks, are unsupported at this moment.
Structs§
- SDF
- The main entry of SDF.
- SDFCell
- One SDF cell containing delay and constraint definitions.
- SDFDelayIO
Path - SDF IO path delay.
- SDFDelay
Interconnect - SDF interconnect delay.
- SDFHeader
- The header information of SDF.
- SDFPath
- One instance/pin path in SDF.
- SDFPort
- One port in SDF
- SDFPort
Spec - A port with edge specification
Enums§
- SDFBus
- An optional bus definition.
- SDFDelay
- One SDF delay definition.
- SDFIO
Path Cond - IO path delay condition, simple version.
- SDFPort
Edge - The types of specified edges.
- SDFValue
- One value specification in SDF with at most 3 corners.