Skip to content

This project explores the simplicity / complexity of a synchronous and asynchronous FIFO. FIFO is a valuable component during data transmission, in particular during clock-domain crossing for multi-bit data. Therefore, we dive it into designing a synchronous and asynchronous FIFO to compare their similarities and differences.

Notifications You must be signed in to change notification settings

arunbasilpaul/FIFO-Synchronous-vs-Asynchronous

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FIFO-Synchronous-vs-Asynchronous

The purpose of this project is to explore the differences between synchronous and asynchronous systems. The additional variables used in asynchronous systems for cross-clock domain gives an understanding of the various factors that need to be considered while designing systems with multiple clocks.

About

This project explores the simplicity / complexity of a synchronous and asynchronous FIFO. FIFO is a valuable component during data transmission, in particular during clock-domain crossing for multi-bit data. Therefore, we dive it into designing a synchronous and asynchronous FIFO to compare their similarities and differences.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages