CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - FIFO 256

搜索资源列表

  1. RS232uart(VHDL)

    0下载:
  2. 256字节深度的RS232串口程序,共分4个模块,顶层文件\\FIFO程序\\串口收和串口发.经过测试已用于产品.可靠!
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:5.25kb
    • 提供者:温海龙
  1. uart_EP3C16_FIFO

    1下载:
  2. Verilog编写的串口RS232收发字符串程序,使用FIFO作为数据缓冲区,有效收发字符串长度为256字节,解决了利用串口调试工具与FPGA通讯只能收发单字节的问题.-Programs for uart/RS232, it can receive and transmit strings.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2015-11-10
    • 文件大小:6.44mb
    • 提供者:515666524
  1. Flash_ROM_lab

    1下载:
  2. 用SmartGen生成一个256*8的大小同步FIFO,并通过串口发送数据初始化FIFO。然后,再通过串口返回到上位机的串口调试程序显示,确认数据是否正确。-SmartGen generated with a size of 256* 8 Synchronous FIFO, and sending data through the serial port to initialize FIFO. And then back through the serial port to the PC ser
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2014-02-15
    • 文件大小:3.15kb
    • 提供者:劳杰勇
  1. ddr_usb

    0下载:
  2. 将256位数据宽度 通过两级FIFO 转成16位 使用XILINX的ISE10.1完成设计 此为工程文件 有仿真结果-The 256-bit data width conversion FIFO through the two 16-bit using the XILINX s ISE10.1 to complete the design documents for the works in this simulation results
  3. 所属分类:Other systems

    • 发布日期:2017-05-13
    • 文件大小:3.31mb
    • 提供者:jiangyuhang
  1. FIFO1

    0下载:
  2. 异步FIFO,实时给出读空和溢出指示,深度为256,宽度为8-Asynchronous FIFO, read real-time air and overflow indication is given
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-10
    • 文件大小:1.1kb
    • 提供者:丁剑
  1. FIFO-verilog

    0下载:
  2. 本实验完成的是8位异步FIFO的设计,其中写时钟100MHz,读时钟为5MHz,其中RAM的深度为256。当写时钟脉冲上升沿到来时,判断写信号是有效,则写一个八位数据到RAM中;当读时钟脉冲上升沿到来时,判断读信号是有效,则从RAM中把一个八位数据读出来。当RAM中数据写满时产生一个满标志,不能再往RAM再写数据;当RAM中数据读空时产生一个空标志,不能再从RAM读出数据。-In this study, completed the 8-bit asynchronous FIFO design,
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-29
    • 文件大小:326.37kb
    • 提供者:肖波
  1. fifoVerilog

    0下载:
  2. 设计一个异步FIFO,完成数据平滑功能,FIFO的深度为256,宽度为8位,实时给出读空和溢出指示,写时钟为带间隔的100MHz,读时钟为5MHz,代码为了便于读阅,存放在word文档,可直接拷贝到quartus或者ise编译平台下使用-Design an asynchronous FIFO, complete data smoothing function, the depth of the FIFO 256, and the width is 8 bits, real read empty
  3. 所属分类:Other systems

    • 发布日期:2017-11-21
    • 文件大小:11.41kb
    • 提供者:钱雪荣
  1. fifo

    0下载:
  2. 深度256的异步fifo 使用verilog语言编写的,能够实现简单的读写,存储功能!-256 the depth of asynchronous FIFO
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-12
    • 文件大小:946byte
    • 提供者:王先生
  1. fifo_ip

    0下载:
  2. 定制fifo IP核,8位宽,256深度,实现数据的写入和读取-Custom fifo IP core, 8-bit wide, 256 deep, realize the writing and reading of data
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-13
    • 文件大小:1.93kb
    • 提供者:
  1. page

    0下载:
  2. 模拟操作系统采用OPT、FIFO和LRU算法进行页面置换的过程。 设程序中地址范围为0到32767,采用随机数生成256个指令地址,满足50 的地址是顺序执行,25 向前跳,25 向后跳。为满足上述条件,可采取下列方法: 设d0 10000,第 n个指令地址为dn,第 n+1 个指令地址为dn+1 ,n的取值范围为0 到255。每次生成一个 1 到1024范围内的随机数a,如果a落在1 到512 范围内,则dn+1 dn+1。如果a落在513 到768范围内,则设置dn+1 为1 到dn
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-13
    • 文件大小:2.52mb
    • 提供者:黄keke
  1. [verilog]dcfifo_256x32

    0下载:
  2. Dual-Clock FIFO, Depth: 256 Width: 32 USEDW: Y FULLL:Y EMPTY:Y-This is self-defined Dual-Clock FIFO, using logic lut resources.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-12-20
    • 文件大小:1kb
    • 提供者:ylwang
  1. fifo

    0下载:
  2. 异步FIFO 输入: 16bit 输出:16bit 深度:256(Asynchronous FIFO Input: 16bit Output: 16bit Depth: 256)
  3. 所属分类:VHDL/FPGA/Verilog

搜珍网 www.dssz.com