Skip to content

A synchronous FIFO refers to a FIFO design where data values are written sequentially into a memory array using a clock signal, and the data values are sequentially read out from the memory array using the same clock signal

Notifications You must be signed in to change notification settings

rakshitharnayak/Synchronous_FIFO

Repository files navigation

A synchronous FIFO refers to a FIFO design where data values are written sequentially into a memory array using a clock signal, and the data values are sequentially read out from the memory array using the same clock signal

BLOCK DIAGRAM

fifo_block

ARCHITECTURE DIAGAM

_fifo_testbench_architecture+one agent drawio

//////////////////////////////////////////////////////////////////////////

DATA_W 128 // Data width

DEPTH 1024 // Depth of FIFO

UPP_TH 4 // Upper threshold to generate Almost-full

LOW_TH 2 // Lower threshold to generate Almost-empty

//////////////////////////////////////////////////////////////////////////

Here is the EDA link and execute it in order to get better understanding

About

A synchronous FIFO refers to a FIFO design where data values are written sequentially into a memory array using a clock signal, and the data values are sequentially read out from the memory array using the same clock signal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors