Skip to content

Implemenation on Synchronous FIFO using Verilog HDL. An additional bit was used to check Wrap Around Condition

Notifications You must be signed in to change notification settings

ddddaksh/SynchronousFIFO

Repository files navigation

Overview
A Synchronous FIFO buffer is a critical component in digital circuits used for temporary data storage, ensuring data is written and read in the same order. This project implements a Synchronous FIFO using Icarus Verilog and provides multiple testbenches to validate the design.

image

Features
Implementation of Synchronous FIFO. Multiple testbenches to validate functionality and corner cases. Outputs can be viewed using GTKWave.

Implementation:
Two implementations of the FIFO Buffer have been tested:
Implementation1: Using an additional bit to check wrap around condition of the circular buffer.
Implementation2: Using a count variable to check wrap around condition. Manipulating this variable effectively dyring and read and write operations is key.

Requirements:
Icarus Verilog
GTKWave

Contributing
Contributions are welcome! Please fork the repository and create a pull request with your changes. For major changes, please open an issue first to discuss what you would like to change.

About

Implemenation on Synchronous FIFO using Verilog HDL. An additional bit was used to check Wrap Around Condition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published