CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - VHDL 测试

搜索资源列表

  1. vhdl

    0下载:
  2. 波特率发生器,一段基于FPGA的源代码,经测试和调试可以使用,所以上载分享。
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:3214
    • 提供者:沈冰
  1. VHDL语言100例(普通下载)

    4下载:
  2. VHDL语言100例 VHDL语言100例 第1例 带控制端口的加法器 第2例 无控制端口的加法器 第3例 乘法器 第4例 比较器 第5例 二路选择器 第6例 寄存器 第7例 移位寄存器 第8例 综合单元库 第9例 七值逻辑与基本数据类型 第10例 函数 第11例 七值逻辑线或分辨函数 第12例 转换函数 第13例 左移函数 第14例 七值逻辑程序包 第15例 四输入多路器 第16例 目标选择器 第17例 奇偶校验器 第18例 映射单元库及其使用举 第19
  3. 所属分类:书籍源码

    • 发布日期:2009-04-15
    • 文件大小:344064
    • 提供者:wfl.a@163.com
  1. sram

    0下载:
  2. sram操作vhdl源程序,内有sdram模型,控制器设计,及测试源程序-sram operating in vhdl \doc DDR SDRAM reference design documentation \model Contains the vhdl SDRAM model \route Contains the Quartus 2000.05 project files a routed controller design \simulation
  3. 所属分类:MPI

    • 发布日期:2017-03-30
    • 文件大小:896728
    • 提供者:chen
  1. verilog

    2下载:
  2. verilog描述的以太网MAC层源代码,功能正确,已经在FPGA开发板上测试!需要的赶紧下-verilog descr iption of the Ethernet MAC layer source code, function correctly, has been tested in the FPGA development board! Need to hurry the next! ! !
  3. 所属分类:source in ebook

    • 发布日期:2014-12-20
    • 文件大小:55870
    • 提供者:WangYong
  1. key_scan1

    0下载:
  2. 用verilog语言描述的键盘扫描程序,用于FPGA芯片以及矩阵键盘的测试。-With verilog language keypad scanning procedure.For the FPGA chip and matrix of the keyboard.
  3. 所属分类:MiddleWare

    • 发布日期:2017-03-31
    • 文件大小:200100
    • 提供者:张启梅
  1. 200681556499797

    1下载:
  2. 曼彻斯特编解码 用vhdl编写的,经过quartus功能仿真测试过了的-Manchester codec prepared using VHDL, the Quartus functional simulation has been tested
  3. 所属分类:source in ebook

    • 发布日期:2017-04-09
    • 文件大小:104106
    • 提供者:yin
  1. XiaYuWen_8_RISC_CPU

    2下载:
  2. 夏宇闻8位RISC_CPU的完整代码+TESTBENCH(已调试) modelsim工程文件,包括书中所测试的三个程序和相关数据,绝对可用~所有信号名均遵从原书。在论坛中没有找到testbench的,只有一个mcu的代码,但很多和书中的是不一样的,自己改了下下~`````大家多多支持啊~`我觉得书中也还是有些不尽如人意的地方,如clk_gen.v中clk2,clk4是没有用的,assign clk1=~clk再用clk1的negedge clk1来触发各个module也是不太好的,会使时序恶
  3. 所属分类:source in ebook

    • 发布日期:2015-04-10
    • 文件大小:86714
    • 提供者:刘志伟
  1. spi_Master

    1下载:
  2. 实现了对SD卡的SPI方式下读写操作,已经测试了,可以直接用-The realization of the SD card to read and write SPI operation mode has been tested, can be directly used
  3. 所属分类:SCSI/ASPI

    • 发布日期:2017-05-18
    • 文件大小:2116818
    • 提供者:张立涛
  1. jishuqi

    0下载:
  2. 在用VHDL语言描述一个计数器时,如果使用了程序包ieee.std_logic_unsigned,则在描述计数器时就可以使用其中的函数“+”(递增计数)和“-”(递减计数)。假定设计对象是增1计数器并且计数器被说明为向量,则当所有位均为‘1’时,计数器的下一状态将自动变成‘0’。举例来说,假定计数器的值到达“111”是将停止,则在增1之前必须测试计数器的值。 如果计数器被说明为整数类型,则必须有上限值测试。否则,在计数顺值等于7,并且要执行增1操作时,模拟器将指出此时有错误发生 -VHD
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:29696
    • 提供者:卢陶
  1. ppm

    0下载:
  2. 一种基于数据的ppm编码的vhdl实现,包含测试文件-Ppm based on the data encoded in vhdl implementation, including the test file
  3. 所属分类:source in ebook

    • 发布日期:2017-03-29
    • 文件大小:1203
    • 提供者:王佳
  1. Hamming-8

    0下载:
  2. 8位Hamming编码和校验代码,经测试正确-Hamming
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:3881
    • 提供者:wangdongbo
  1. rs(31-19)

    1下载:
  2. 本源代码是RS(31,19)编码器的顶端实现程序和测试程序,此程序可以验证编码器工作与否。此代码,已在ModelSim验证通过。并附上测试时所产生的结果图像。-Source code is RS (31,19) encoder to achieve the top programs and testing procedures, this program can verify the encoder to work or not. This code has been verified in M
  3. 所属分类:Compiler program

    • 发布日期:2016-03-30
    • 文件大小:376832
    • 提供者:jianghong
  1. cpu-leon3-altera-ep1c20

    0下载:
  2. CPU性能仿真测试软件,对于VHDL设计的芯片可以做新能测试-CPU VHDL
  3. 所属分类:OS Develop

    • 发布日期:2017-11-08
    • 文件大小:687197
    • 提供者:mackalli
  1. PLL41yuan

    0下载:
  2. 迭代检测vhdl测试程序,用于迭代检测算法的测试激励-Iterative Detection vhdl test procedures, test stimuli for iterative detection algorithm
  3. 所属分类:MPI

    • 发布日期:2017-11-25
    • 文件大小:13722
    • 提供者:boboy
  1. ethenete

    0下载:
  2. 基于verilog的三速以太网源程序,文件中包含源程序和测试程序。-tri_model ethernet source code based on vhdl languange, include source code and testbench in the file.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-03
    • 文件大小:123454
    • 提供者:chenzhi
  1. MY 80c51 IP

    0下载:
  2. verilog和vhdl混写的工程 内含mc8051软核及最小系统 经测试已调通(Verilog and VHDL mixed with the project, including the mc8051 soft core and the smallest system, the test has been transferred)
  3. 所属分类:并行计算

    • 发布日期:2017-12-22
    • 文件大小:16939008
    • 提供者:嘿哟
搜珍网 www.dssz.com