Expand description
DME algorithm for clock tree synthesis Deferred Merge Embedding (DME) algorithm for clock tree synthesis.
Implements the DME algorithm for constructing zero-skew clock trees with Manhattan geometry. Supports both linear and Elmore delay models.
Structs§
- DMEAlgorithm
- The DME algorithm for clock tree synthesis.
- Elmore
Delay Calculator - Elmore delay model: considers wire resistance and capacitance.
- Linear
Delay Calculator - Linear delay model: delay proportional to wire length.
- Node
Info - Sink
- A clock sink with name, position, and capacitance.
- Skew
Analysis - Results of clock skew analysis.
- Tree
Node - A node in the clock tree.
- Tree
Statistics - Detailed tree statistics.
- Wire
Info
Traits§
- Delay
Calculator - Abstract delay model for wire delay calculation.
Functions§
- get_
tree_ statistics - Extracts detailed statistics from a clock tree.