Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.34 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.34 KB

Clock domain crossing modules

This repository gathers several basic modules to handle CDC in a design.

More information about the modules can be found here:

All the modules are described in verilog 2001 at RTL level, compatible with SystemVerilog. They can be used either for ASIC or FPGA, being technology agnostic.

All the sources are tested with unit tests located in sim folder to illustrate their behaviors. Simulation relies on SVUT and Icarus Verilog.

An asynchronous dual-clock FIFO is added as submodule or can be found here.

Follows a list of interesting documents explaining in depth CDC topics: