Skip to content

A project to implement and test synchronous and asynchronous FIFO using Questasim software.

Notifications You must be signed in to change notification settings

patel-soham/fifo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

FIFO

A project to implement and test synchronous and asynchronous FIFO using Questasim software.

  • Design made 2 versions using Verilog: Synchronous and Asynchronous. Testbench made in 2 versions: System Verilog and Verilog.
  • Developed various test cases to verify empty, full, read error, write error and concurrent reads & writes through testbench.
  • Implemented gray counter instead of regular counter for read and write pointers in Asynchronous FIFO to avoid glitch conditions.

Files

  1. Verilog
  2. System Verilog

About

A project to implement and test synchronous and asynchronous FIFO using Questasim software.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages