OpenCores

Details

Name: versatile_fifo
Created: Mar 31, 2009
Updated: Feb 11, 2014
SVN Updated: Nov 4, 2010
SVN: Browse
Latest version: download (might take a bit to start...)
Statistics: View
Bugs: 2 reported / 2 solved
Star6you like it: star it!

Other project properties

Category:Memory core
Language:Verilog
Development status:Stable
Additional info:FPGA proven, Specification done
WishBone compliant: No
WishBone version: n/a
License: LGPL

Introduction

sync-fifo

The FIFO implementation outlined in this document can easily be configured to suit the following

  • asynchronous FIFO with different clock domains for read and write sides
  • synchronous FIFO with programmable flags
  • multiple FIFO sharing the same memory resource

This FIFO can easily be extended to have common wishbone interface for all individual FIFO channels.