Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 686 Bytes

clock_crossing.md

File metadata and controls

16 lines (10 loc) · 686 Bytes

Clock domain crossing

Digital systems typically have multiple groups of circuits that operate at different clock frequencies. These groups of circuits must often communicate with each other and special techniques are required to do so. This lecture will discuss the handshaking and clock domain crossing approaches.

Reading

Key Concepts

  • Edge detection schemes
  • Techniques for synchronizing a single-bit signal across different clock domains (fast to slow and slow to fast)
  • Understand rules for synchronizing properly across clock domains