1. Conventional / Single Point CTS
This is the standard approach used for lower-frequency designs with fewer “sinks” (flip-flops/registers).
- Structure: It has a single clock source that distributes the signal to every corner of the design. The “point of divergence” (where the paths split) is right at the clock source.
- Benefits:
- High Power Efficiency: Because clock gating is typically done near the source, large sections of the tree can be shut off, saving significant dynamic power.
- Simplicity: It is the easiest to implement using standard EDA tool flows.
- Trade-offs: * OCV Sensitivity: Because the clock paths are largely “uncommon” (they don’t share much of the same wire/buffer path), manufacturing variations (OCV) affect each branch differently, leading to higher skew.
- High Insertion Delay: The signal has to travel through many levels of buffers to reach the entire chip.
2. Clock Mesh Structure
This is the most robust structure, creating a dense grid of shorted wires driven by “mesh drivers.”
