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

搜索资源列表

  1. mt48lc32m16a2

    1下载:
  2. SDRAM的仿真模型Verilog。用于美光mt48lc32m16a2,可在ModelSim下用。-Simulation Model of SDRAM
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-15
    • 文件大小:6281
    • 提供者:zhang mr
  1. pud_ben

    0下载:
  2. Verilog HDL source code of generating a ROM file (in Quartuss) and testbench in Modelsim (verification)
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:5623
    • 提供者:Ben
  1. dvi_demo

    0下载:
  2. DVI demo用Verilog编写,有modelsim的测试-DVI demo write by Verilog-HDL,test by modelsim.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-09
    • 文件大小:1648492
    • 提供者:周开元
  1. sinewave-case

    0下载:
  2. 利用verilog语言以及case语句实现正弦波波形,并利用modelsim完成波形仿真。-Use verilog language and case statement to achieve sinusoidal waveform, and use modelsim complete waveform simulation.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-29
    • 文件大小:65415
    • 提供者:刘云
  1. test_uart

    0下载:
  2. verilog 编写的串口发送和接收模块,能够设定停止位和校验位,并且包含了modelsim仿真文件。-verilog prepared by the serial port to send and receive module, capable of setting the stop bit and the parity bit, and includes modelsim simulation files.
  3. 所属分类:Other systems

    • 发布日期:2017-04-28
    • 文件大小:368138
    • 提供者:liangyouqiang
  1. Triangle

    0下载:
  2. 在ISE环境下,使用Verilog语言,编写三角波程序,运用ModelSim进行仿真。-In the ISE environment, use Verilog language, written in a triangular wave program, using ModelSim simulation.
  3. 所属分类:MPI

    • 发布日期:2017-05-03
    • 文件大小:808351
    • 提供者:莉亚USI
  1. New-Compressed-(zipped)-Folder-(5)

    0下载:
  2. traffic light controller verilog code modelsim tested
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-12
    • 文件大小:584
    • 提供者:MPJ
  1. cal_pipeline

    0下载:
  2. 用system verilog 来实习的 1 stage pipeline calculator. It has been successful compiled in Modelsim-System Verilog Calculator
  3. 所属分类:Disk Tools

    • 发布日期:2017-04-13
    • 文件大小:1952
    • 提供者:Jianwei Qiu
  1. FIFO1

    0下载:
  2. 给出一个位宽16比特,深度为10的异步FIFO的设计,并要求给出空或满的指示信号。要求用Verilog HDL语言设计,并编写测试激励,以及用Modelsim进行功能仿真,验证设计正确性。10个16位的数据 (FIFO的宽度:也就是英文资料里常看到的THE  WIDTH,它指的是FIFO一次读写操作的数据位,就像MCU有8位和16位,ARM 32位等等。FIFO的深度:THE DEEPTH,它指的是FIFO可以存储多少个N位的数据(如果宽度为N)。如一个8位的FIFO,若深度为8,它可以
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-29
    • 文件大小:33310
    • 提供者:江燕子
  1. VendingMac

    0下载:
  2. Verilog实现的自动售货机,使用有限状态机进行处理。包括Modelsim和Spnplify的综合工程。-Verilog realize vending machines, using a finite state machine for processing. Including integrated engineering and Spnplify of Modelsim.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-29
    • 文件大小:238880
    • 提供者:scarab
  1. jtdverilog

    0下载:
  2. 交通灯,verilog,VHDL,modelsim-Traffic lights, verilog, VHDL, modelsim ,,,,,,,,,,
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-12
    • 文件大小:1224
    • 提供者:金小泼
  1. cpu_me

    0下载:
  2. 采用verilog编写的cpu,modelsim仿真均实现8条指令功能,有虚拟ram和rom-Using verilog prepared cpu, modelsim simulation functions are to achieve eight instructions, there are virtual ram and rom
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:68264
    • 提供者:王乐
  1. fft1024-verilogCODE

    1下载:
  2. fft 1024点verilog代码,适用于基-4的FFT算法描述,使用quartus,modelsim,-fftpoint 1024 verilog code
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-30
    • 文件大小:52445
    • 提供者:tao
  1. iic

    0下载:
  2. 通过verilog语言实现了关于IIC协议,并且通过了modelsim的功能仿真验证以及板卡之间的RTL调试。-the verilog code about IIC standard,checked by modelsim,and make ture the IIC function in RTL。
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-13
    • 文件大小:2885548
    • 提供者:wuxingtao
  1. DCT

    0下载:
  2. 用Verilog HDL编写的离散余弦变换,可用于视频图像压缩,并在modelsim SE6.0中仿真通过-Verilog HDL prepared with discrete cosine transform can be used for video image compression, and modelsim SE6.0 simulation through
  3. 所属分类:Graph program

    • 发布日期:2016-06-14
    • 文件大小:1024
    • 提供者:shi17395
  1. Dijkstra

    0下载:
  2. 用verilog 实现求最短路的Dijkstra算法,用modelsim仿真通过,数据真确,-Dijkstra implemention with verilog base on FPGA
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-12
    • 文件大小:863
    • 提供者:dujiwei
  1. key_filter

    0下载:
  2. 用于FPGA的按键消抖的Verilog文件,经过modelsim仿真和下板验证。-Verilog file for FPGA key debounce, after modelsim simulation and verification under the plate.
  3. 所属分类:Parallel Port

    • 发布日期:2017-04-29
    • 文件大小:447860
    • 提供者:杨福廷
  1. my_i2c

    0下载:
  2. 基于FPGA的i2c通信,使用Verilog hdl实现,带有功能说明文档、ise工程、modelsim仿真工程-i2c communication based FPGA using Verilog hdl implementation, with the function documentation, ise project, modelsim simulation project
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-24
    • 文件大小:7451578
    • 提供者:刘省伟
  1. UART

    0下载:
  2. 用Verilog实现uart串口通信,并在Quartus和modelsim上完成测试和仿真,内含源代码和测试程序。-Using Verilog realize uart serial communication, and complete testing and simulation in Quartus and modelsim, including source code and test procedures.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-14
    • 文件大小:2935
    • 提供者:Lillian
  1. SRAM

    0下载:
  2. 用Verilog实现8051sdam,并在Quartus和modelsim上完成测试和仿真,内含源代码和测试程序。-Using Verilog realize 8051sdam, and complete testing and simulation, including source code and test procedures in Quartus and modelsim.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-07
    • 文件大小:1176393
    • 提供者:Lillian
« 1 2 ... 11 12 13 14 15 1617 »
搜珍网 www.dssz.com