Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.02 KB

clock_skew.md

File metadata and controls

24 lines (16 loc) · 1.02 KB

Clock Skew

One of the most common sources of timing problems is the introduction of clock skew. Clock skew occurs when the clocks that arrive at different flip flops are not in phase with each other. Clock skew introduces subtle timing problems that must be understood and addressed in digital systems.

Reading

Key Concepts

  • Definition of clock skew and the source of clock skew
  • Implications on both setup time violations and hold time violations when clock skew is present
    • forward and backward clock skew
    • Ability to analyze simple circuits with clock skew (understanding and using equations)
  • Methods for addressing clock skew timing problems
  • Interpret Vivado timing reports for clock skew

Reference