patel-soham / fifo

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Verilog 57.7%Language:SystemVerilog 41.2%Language:Stata 1.2%