CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 搜索资源 - FIFO

搜索资源列表

  1. 异步fifo的两种经典设计

    0下载:
  2. 异步fifo的两种经典设计,英文文章,里面含有verilog源代码
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2009-10-30
    • 文件大小:220577
    • 提供者:handsomexun
  1. 同步FIFO设计

    2下载:
  2. 用16*8 RAM实现一个同步先进先出(FIFO)队列设计。由写使能端控制该数据流的写入FIFO,并由读使能控制FIFO中数据的读出。写入和读出的操作由时钟的上升沿触发。当FIFO的数据满和空的时候分别设置相应的高电平加以指示。
  3. 所属分类:VHDL编程

  1. UART.使用FPGA的FIFO,状态机

    2下载:
  2. 使用FPGA的FIFO,状态机,乒乓操作等实现了异步UART。,The use of FPGA-FIFO, state machine, ping-pong operation to achieve the asynchronous UART.
  3. 所属分类:VHDL编程

    • 发布日期:2017-04-09
    • 文件大小:1107282
    • 提供者:xiao cao
  1. fifo

    3下载:
  2. 异步fifo,用Verilog编写,包含testbench,已经通过modelsim调试,内含文档和波形图-Asynchronous fifo, to prepare to use Verilog, including testbench, debug modelsim has passed, including documents and wave
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2016-11-16
    • 文件大小:41278
    • 提供者:iechshy1985
  1. fifo

    0下载:
  2. 先进先出存储电路fifo,实现队列存储结构-xianjin xianchu chunchu dianlu fifo
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-23
    • 文件大小:489320
    • 提供者:623902748
  1. fifo-verilog

    0下载:
  2. 自己设计的一种FIFO寄存器,用verilog 编写,QUARTUS II下验证-Own design of a FIFO register, with verilog preparation, QUARTUS II certification under
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-24
    • 文件大小:5217
    • 提供者:wait
  1. FIFO

    2下载:
  2. 用verilog实现异步FIFO,代码中有两个模块,使用时注意顶层模块和底层模块,用quartus2即可打开直接使用。-Verilog using Asynchronous FIFO, the code has two modules, when the attention of top-level module and the bottom module, with direct access to open quartus2.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2015-02-04
    • 文件大小:2357
    • 提供者:杨帆
  1. FIFO

    1下载:
  2. 异步FIFO的实现,可综合,可验证] keywords:almost_full,full,almost_empty,empty-The realization of asynchronous FIFO can be comprehensive, verifiable] keywords: almost_full, full, almost_empty, empty
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-23
    • 文件大小:1241
    • 提供者:ly
  1. fifo

    0下载:
  2. 此程序为存储器常用的FIFO(先入先出),程序中没有指明位宽,这样更适合于初学者进行套用-This process commonly used for the memory FIFO (FIFO), the procedure is not specified bit, so more suitable for beginners to apply
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-29
    • 文件大小:1284
    • 提供者:zhaohongliang
  1. FIFO

    0下载:
  2. 用VERILOG写的FIFO程序,可以直接引用经本人测试-VERILOG written using FIFO procedures, can be directly invoked by the I test
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-04
    • 文件大小:1125821
    • 提供者:李俭
  1. Fifo

    0下载:
  2. 一个FIFO源代码,基于Altera FPGA-A FIFO source code, based on Altera FPGA
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-01
    • 文件大小:1551
    • 提供者:jiashengwen
  1. FIFO

    0下载:
  2. 一个用VHDL源码编写的先进先出(FIFO)缓冲器模块.可以进行FIFO的仿真验证-A source prepared by VHDL FIFO (FIFO) buffer module. Can verify FIFO simulation
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-06
    • 文件大小:2072
    • 提供者:falcon_cq
  1. FIFO

    0下载:
  2. FIFO中文应用笔记,对学习单片机RAM、大量数据处理很有帮助。-FIFO notes
  3. 所属分类:SCM

    • 发布日期:2017-05-06
    • 文件大小:1137101
    • 提供者:chenlei
  1. FIFO

    0下载:
  2. it is a verilog code written for FIFO in modelsim simulator and it will synthesize in xinlix ise 8.2i.i have tested it om my kit.[i mae my own kit for spartan2 device].you can use this code in any DSP project in which data entry is required.-it is a
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-30
    • 文件大小:31554
    • 提供者:yasir ateeq
  1. fpga.fifo

    1下载:
  2. 异步FIFO是用来适配不同时钟域之间的相位差和频率飘移的重要模块。本文设计的异步FIFO采用了格雷(GRAY)变换技术和双端口RAM实现了不同时钟域之间的数据无损传输。该结构利用了GRAY变换的特点,使得整个系统可靠性高和抗干扰能力强,系统可以工作在读写时钟频率漂移达到正负300PPM的恶劣环境。并且由于采用了模块化结构,使得系统具有良好的可扩充性。-Asynchronous FIFO is an important module which always used to absorb the
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-02
    • 文件大小:82017
    • 提供者:雷志
  1. fifo-interface

    0下载:
  2. fifo(1-6:1):using ip-code and rd wd interface-fifo:using ip-code and rd wd interface
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-12
    • 文件大小:1468
    • 提供者:sunbaoyu
  1. FIFO

    0下载:
  2. 512×8bid的FIFO 含工程文件,基于QUARTUs-512 × 8bid the FIFO with the project document, based on the QUARTUsII
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-06
    • 文件大小:3920
    • 提供者:邵捷
  1. fifo

    0下载:
  2. FIFO程序,适用FPGA仿真的代码,有一定的价值-FIFO
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-14
    • 文件大小:2801
    • 提供者:陈一可
  1. fifo

    0下载:
  2. 用VHDL语言写的FIFO代码,可设FIFO的深度-VHDL language with code written in FIFO, FIFO depth can be set up
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-29
    • 文件大小:661
    • 提供者:wd
  1. FIFO

    0下载:
  2. This code is a FIFO memory vhdl developed in ISE Software
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-13
    • 文件大小:3377195
    • 提供者:Arley
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com