Skip to content
/ cdc Public

Repository gathering basic modules for CDC purpose

License

Notifications You must be signed in to change notification settings

dpretet/cdc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: