FIFO

所属分类:VHDL/FPGA/Verilog
开发工具:VHDL
文件大小:154KB
下载次数:9
上传日期:2011-08-30 14:21:06
上 传 者adu5229543
说明:  基于fpga的fifo的设计与实现,好东西,希望大家喜欢
(Fpga-based design and implementation of fifo, good things, hope you like)

文件列表:
FIFO\fifo.bld (936, 2011-08-01)
FIFO\fifo.cmd_log (747, 2011-08-01)
FIFO\fifo.gise (10796, 2011-08-06)
FIFO\fifo.ise (50772, 2011-08-06)
FIFO\fifo.lso (6, 2011-08-01)
FIFO\fifo.ncd (12474, 2011-08-01)
FIFO\fifo.ngc (7065, 2011-08-01)
FIFO\fifo.ngd (11244, 2011-08-01)
FIFO\fifo.ngr (5946, 2011-08-01)
FIFO\fifo.pad (19338, 2011-08-01)
FIFO\fifo.par (5353, 2011-08-01)
FIFO\fifo.pcf (215, 2011-08-01)
FIFO\fifo.prj (22, 2011-08-01)
FIFO\fifo.ptwx (17001, 2011-08-01)
FIFO\fifo.stx (0, 2011-08-01)
FIFO\fifo.syr (15339, 2011-08-01)
FIFO\fifo.twr (3399, 2011-08-01)
FIFO\fifo.twx (21612, 2011-08-01)
FIFO\fifo.unroutes (153, 2011-08-01)
FIFO\fifo.vhd (1243, 2011-08-01)
FIFO\fifo.xise (36497, 2011-08-02)
FIFO\fifo.xpi (46, 2011-08-01)
FIFO\fifo.xst (1071, 2011-08-01)
FIFO\fifo_guide.ncd (12474, 2011-08-01)
FIFO\fifo_map.map (6830, 2011-08-01)
FIFO\fifo_map.mrp (10690, 2011-08-01)
FIFO\fifo_map.ncd (7561, 2011-08-01)
FIFO\fifo_map.ngm (24315, 2011-08-01)
FIFO\fifo_map.xrpt (25531, 2011-08-01)
FIFO\fifo_ngdbuild.xrpt (3187, 2011-08-01)
FIFO\fifo_pad.csv (19370, 2011-08-01)
FIFO\fifo_pad.txt (96226, 2011-08-01)
FIFO\fifo_par.xrpt (200358, 2011-08-01)
FIFO\fifo_summary.html (13633, 2011-08-06)
FIFO\fifo_summary.xml (408, 2011-08-01)
FIFO\fifo_usage.xml (1771, 2011-08-01)
FIFO\fifo_xdb\cst.xbcd (63, 2011-08-01)
FIFO\fifo_xdb\tmp\ise\version (138, 2011-08-06)
FIFO\fifo_xdb\tmp\ise\__OBJSTORE__\HierarchicalDesign\HDProject\HDProject (41, 2011-08-06)
FIFO\fifo_xdb\tmp\ise\__OBJSTORE__\HierarchicalDesign\HDProject\HDProject_StrTbl (17, 2011-08-06)
... ...

Generic FIFOs ============= Status ------ All FIFOs that are release are done. They have been simulated and most of them have been used in one way or another in one of my projects. Some have been verified in real hardware. There probably will be several more flavors of FIFOs released in the future. Test Bench ---------- I have included a very basic test bench. It should be viewed as a starting point to write a more comprehensive and complete test bench. Documentation ------------- There is nothing beyond this README file and the headers in each of the modules. I hope that information will be sufficient. This first release has 3 different FIFOs: - generic_fifo_sc_a.v - generic_fifo_sc_b.v - generic_fifo_dc.v The first two (generic_fifo_sc_a.v and generic_fifo_sc_b.v) are essentially equivalent functionality wise. Some internal are different implemented between the two. Both are single clock FIFOs (sc), with same input port and output port widths. The third FIFO, is a dual clock fifo. Read and Write ports have independent clocks. Otherwise it is similar in functionality to the single clock FIFOs. FIFO depth and width are parameterized. Again, check the headers of each of the FIFOs for more information. Misc ---- The Generic FIFOs Project Page is: http://www.opencores.org/cores/generic_fifos/ To find out more about me (Rudolf Usselmann), please visit: http://www.asics.ws Directory Structure ------------------- [core_root] | +-doc Documentation | +-bench--+ Test Bench | +-verilog Verilog Sources | +-vhdl VHDL Sources | +-rtl----+ Core RTL Sources | +-verilog Verilog Sources | +-vhdl VHDL Sources | +-sim----+ | +-rtl_sim---+ Functional verification Directory | | +-bin Makefiles/Run Scripts | | +-run Working Directory | | | +-gate_sim--+ Functional & Timing Gate Level | | Verification Directory | +-bin Makefiles/Run Scripts | +-run Working Directory | +-lint--+ Lint Directory Tree | +-bin Makefiles/Run Scripts | +-run Working Directory | +-log Linter log & result files | +-syn---+ Synthesis Directory Tree | +-bin Synthesis Scripts | +-run Working Directory | +-log Synthesis log files | +-out Synthesis Output

近期下载者

相关文件


收藏者