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

搜索资源列表

  1. buffer422

    3下载:
  2. 一个同步422接口控制器的verilog源程序。-A synchronous interface controller 422 of the verilog source.
  3. 所属分类:Com Port

    • 发布日期:2016-11-02
    • 文件大小:1005881
    • 提供者:Tangyao
  1. keyboardcontroller_latest.tar

    0下载:
  2. 这是一个非常小而简单的模块,它通过一个键xy矩阵扫描,并产生一种“快照”的 位的代表在扫描采样的按键开关状态。 有在模块的内存,使输出保持不变的扫描过程中,并同步更新。 把钥匙是连续取样,但向上的按键开关存储器存储的所有数据,直到最后输出 “快照”的生产。 该模块是Verilog的参数,并与小矩阵式键盘推荐使用。据 在实际测试硬件。-This is a ve
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:15078
    • 提供者:打狗队
  1. EfficientSynthesizableFiniteStateMachineDesignusin

    0下载:
  2. 高效的同步有限状态机的设计,本代码详细的说明了如何设计高效和规范的fsm设计-Efficient Synthesizable Finite State Machine Design using NC-Verilog
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-06
    • 文件大小:100353
    • 提供者:terry
  1. SFIFO

    0下载:
  2. 可以实现任意位的同步FIFO的verilog实现-the verilog code of a common SFIFO
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-29
    • 文件大小:706
    • 提供者:朱猪
  1. synchronousSerialDataTransfer

    0下载:
  2. 周立功教科书上的同步串行传输verilog.hdl程序源码及工程文件,是用quartus ||综合过的了-synchronous serial data transfer
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-30
    • 文件大小:163138
    • 提供者:朱红
  1. ASY_FIFO

    0下载:
  2. 用Verilog编写的异步FIFO,可以方便的实现同步异步的转换,在全局异步局部异步的系统中得到广泛应用-ASY_FIFO written with verilog,and it is very useful in a GALS system
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-10
    • 文件大小:1349
    • 提供者:isaac
  1. delay_early_gate

    0下载:
  2. 全数字超前—滞后门符号同步算法的FPGA实现的verilog源代码-digital lead-lag syn
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:4674
    • 提供者:白健
  1. pulse

    0下载:
  2. 实现功能简述:verilog写的 本模块主要功能是产生一个确定时钟周期长度(最长为256个时钟周期)的脉冲信号,可以自己设定脉冲长度,输出的脉冲信号与时钟上升沿同步 脉冲宽度 = pulsewide + 1 时钟周期 输入一个启动信号后,可以产生一个固定时钟周期长度的脉冲信号,与启动信号的长短无关!脉冲宽度可调!-Functional Descr iption of the module to achieve the main function is to produce a
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-03
    • 文件大小:812
    • 提供者:世海
  1. Verilog1

    0下载:
  2. 同步字检测程序,Verilog程序,初级编程-Sync word detection procedure, Verilog program, the primary programming
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-14
    • 文件大小:2590
    • 提供者:张炜
  1. cout_asyn

    0下载:
  2. 基于verilog的计数器设计,本例程将实现四位异步二进制计数器的功能,同时给出了同步二进制计数器和同步十进制计数器的VerilogHDL程序-Verilog counter based design, this routine will achieve the functions of four asynchronous binary counter, synchronous binary counter is given and synchronous decimal counter Ver
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-01
    • 文件大小:210965
    • 提供者:李保亮
  1. fallthrough_small_fifo_v2

    0下载:
  2. 同步fifo设计,仿真已通过,用Verilog编写,代码短小-Synchronous fifo design, simulation has been adopted, written with Verilog, code short
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-06
    • 文件大小:1299
    • 提供者:xinghuo
  1. chufaqi

    0下载:
  2. 由verilog语言编写的同步触发器,可实现同步置零-failed to translate
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-01
    • 文件大小:57151
    • 提供者:宝剑一
  1. adder1

    0下载:
  2. 此源代码是基于Verilog语言的“与-或-非”门电路 、用 case语句描述的 4 选 1 数据选择器、同步置数、同步清零的计数器 、用 always 过程语句描述的简单算术逻辑单元、用 begin-end 串行块产生信号波形 ,有广泛的应用,比如编码器领域。-This source code is based on the Verilog language, " and- or- not" gate, with the case statement described in
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-04
    • 文件大小:1134
    • 提供者:王柔毅
  1. 01chufaqi

    0下载:
  2. 带同步清0、同步置1 的D 触发器 verilog语言描述的-0 with synchronous clear, synchronous set 1 D flip-flop verilog language descr iption
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-17
    • 文件大小:229249
    • 提供者:王冠
  1. reset

    0下载:
  2. 这是个关于同步复位和异步复位问题的探讨,最后得出同步释放,异步复位的效果最好 文件中有编好的verilog文件工程,以及仿真结果和RTL分析图,分析的很详细-This is a synchronous reset and asynchronous reset on the issue of the conclusion that synchronous release, asynchronous reset of the best documents are programmed veril
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-08
    • 文件大小:550300
    • 提供者:maohuhua
  1. USB_SLAVE_700AN_RD

    0下载:
  2. 基于verilog 代码的USB2.0同步FIFO读代码-USB2.0 syn FIFO read
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-11
    • 文件大小:754
    • 提供者:austin
  1. USB_SLAVE_700AN

    0下载:
  2. 基于verilog的USB2.0同步写操作代码-usb2.0syn write code
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-11
    • 文件大小:781
    • 提供者:austin
  1. sync_fifo

    0下载:
  2. 一种同步的先入先出verilog程序,可正确地通过编译-a programe of fifo wrote by verilog
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-04
    • 文件大小:4469
    • 提供者:ningbo
  1. scdma_0.1

    0下载:
  2. 专网,SCDMA的FPGA同步控制verilog hdl程序-Special network, SCDMA' s FPGA synchronization process verilog hdl
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-16
    • 文件大小:3820433
    • 提供者:zhangbinbin
  1. lab

    0下载:
  2. verilog语言设计同步加法器,异步减法器,16位计数器-adder verilog language design synchronous, asynchronous subtractor, 16-bit counter
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-02
    • 文件大小:763167
    • 提供者:白叶叶
« 1 2 3 4 5 67 8 9 10 »
搜珍网 www.dssz.com