Crate sdfparse

Source
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.
SDFDelayIOPath
SDF IO path delay.
SDFDelayInterconnect
SDF interconnect delay.
SDFHeader
The header information of SDF.
SDFPath
One instance/pin path in SDF.
SDFPort
One port in SDF
SDFPortSpec
A port with edge specification

Enums§

SDFBus
An optional bus definition.
SDFDelay
One SDF delay definition.
SDFIOPathCond
IO path delay condition, simple version.
SDFPortEdge
The types of specified edges.
SDFValue
One value specification in SDF with at most 3 corners.