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

搜索资源列表

  1. 简易电子钟

    0下载:
  2. 使用数码管动态显示方式实现简易电子钟: 显示格式:XX XX XX XX — 时 分 秒 按reset健 初始为12:00:00 全使用verilog语言
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2011-02-03
    • 文件大小:684312
    • 提供者:ikedodo
  1. rgb2ycrcb.rar

    1下载:
  2. RGB转为YCBCR格式的verilog源代码,对熟悉verilog编程有帮助,RGB to YCbCr format Verilog source code, to people familiar with Verilog programming help
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2016-03-18
    • 文件大小:17772
    • 提供者:dongming
  1. CPU

    1下载:
  2. verilog编写CPU: 1. 哈佛存储器结构,大端格式; 2. 类MIPS精简指令集,支持子程序调用和软中断; 3. 实现了乘除法; 4. 五级流水线,工作频率可达80MHz(每个时钟周期一条指令,不计流水线冲突)。 -MIPS like CPU using verilog
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2015-11-19
    • 文件大小:16978
    • 提供者:yk
  1. CPU

    0下载:
  2. 32位5级流水线CPU设计指令系统、指令格式、寻址方式、寄存器结构、数据表示方式、存储器系统、运算器、控制器和流水线结构等-32bit pipeline CPU
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-26
    • 文件大小:187339
    • 提供者:znl
  1. frenquenter

    0下载:
  2. 等精度频率计设计与文档,有源码,doc格式-Precision frequency meter, etc. The design and documentation, has source code, doc format
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-07
    • 文件大小:4726
    • 提供者:ltlt
  1. dividers

    0下载:
  2. verilog格式的除法器,试过了,很好用,再也不要为触发器发愁了-Verilog format divider, tried, very good, and no longer for the flip-flop not to worry about the
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-29
    • 文件大小:10704
    • 提供者:miss zhang
  1. miffile

    0下载:
  2. 用matlab产生mif文件。(Altera的EDA软件,如maxplus,quartus等用到的初始化rom,ram等的文件格式)-Mif files generated by matlab. (Altera' s EDA software, such as maxplus, quartus used to initialize and so on rom, ram, such as the file format)
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-03
    • 文件大小:1446
    • 提供者:何亮
  1. FPGA_verilog_code_sample

    0下载:
  2. FPGA实例代码及详细注释 ,word 格式,对初学者很有价值-FPGA code examples and detailed notes, word format, valuable for beginners
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-03
    • 文件大小:1279477
    • 提供者:wanta
  1. MTDB_VGA_TV

    0下载:
  2. Verilog语言,NTSC格式,pal格式(稍作修改)的模拟信号转换成数字信号,在VGA显示器上显示-Verilog ,pal , NTSC , VGA
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-01
    • 文件大小:125473
    • 提供者:liulaicheng
  1. RGB_proc

    0下载:
  2. RGB格式Verilog硬件描述语言进行黑白 灰度 反片效果变换源码-RGB format Verilog hardware descr iption language for black and white gray scale anti-film effect transform source
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-06
    • 文件大小:753
    • 提供者:sssy
  1. sdram

    0下载:
  2. 通过 UART 读写 SDRAM verilog 源代码 通过 UART 的接口发送命令来读写 SDRAM 命令格式如下: 00 02 0011 1111 2222 00: 写数据 02: 写个数 0011: 写地址 1111 2222: 写数据, 是 16 bit, 每写完一个数据,向串口发送 FF 回应; 输出: FF FF 01 03 0044 01: 读sdram 03: 读的个数 0044: 读的地址 输出: xxxx xx
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-23
    • 文件大小:14332
    • 提供者:周西东
  1. rtl

    0下载:
  2. LCD1602 Verilog 代码实现。包括数据读写,地址读写,初始化。支持4位总线格式。注意:此程序已经在ML506板子上验证过。本人花了好几天调试,开发出来的。值得推荐。-Verilog coding for LCD1602 display
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-02
    • 文件大小:20046
    • 提供者:liangyao
  1. Verilog-to-VHDL-translator

    0下载:
  2. 描述了一个Verilog到VHDL翻译器的设计与实现。首先将Verilog模块转换为中间格式,然后按照预定义的翻译规则,生成功能等价的VHDL设计实体。该翻译器目前只支持Verilog的一个子集。通过Verilog-to-VHDL, 使得在Verilog.VHDL混合设计环境中重用Verilog设计成为可能。-Describes a Verilog to VHDL translator design and implementation. Verilog module into first
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-22
    • 文件大小:194660
    • 提供者:liuyi
  1. BPSK

    1下载:
  2. 用于BPSK调制的自行设计,说明如下: 1.matlab.txt中的程序是matlab平台下的.mat格式。目的是输出一个64*4的矩阵,矩阵的每个元素都为0~255间的整数。矩阵每行的四个数是一个码元的四个抽样点的量化值。但由于当前码元通过升余弦滤波系统时,受到前后共6个码元的共同影响,所以是由6个码元共同决定。这6个码元是随机的,可能是0也可能是1(双极性时可能是-1也可能是+1),故6个码元共2^6=64种情况,所以产生的矩阵是64*4。最后逐行输出这256个数。 2.
  3. 所属分类:VHDL编程

    • 发布日期:2014-01-06
    • 文件大小:4382
    • 提供者:
  1. midi_xe2

    1下载:
  2. midi格式的音乐芯片的模块代码 verilog编写 可播放midi格式音乐-midi format music chip module verilog code to write music, play midi format
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-30
    • 文件大小:14663
    • 提供者:gl
  1. verilog(pdf)

    0下载:
  2. 北京大学微电子系的verilog课程讲义,pdf格式,非常经典。-the course outline of verilog course in Peking University.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-03
    • 文件大小:1493327
    • 提供者:ice
  1. HDB3(verilog)

    0下载:
  2. HDB3_verilog编码程序,附有文字解说,格式整齐,便于观看-HDB3_verilog coding procedures
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-14
    • 文件大小:3982
    • 提供者:赵溪山
  1. FPGA-Prototyping-By-Verilog-Examples

    0下载:
  2. <FPGA Prototyping By Verilog Examples>是Verilog指导性的书籍,这个压缩文件包含了PDF格式的电子书和书中的源代码,对于您的学习会有很大帮助。-<FPGA Prototyping By Verilog Examples> Verilog guidance books, The compressed file contains a PDF format e-books and the book' s source code,
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-06-09
    • 文件大小:17197401
    • 提供者:郑通
  1. ISCAS`89基准电路下载(包括Verilog和VHDL格式)

    0下载:
  2. SCAS `89 基准电路下载,包括Verilog和VHDL格式。verilog格式30个文件:包括S1238、S13207等;(SCAS `89 benchmark circuit downloads, including Verilog and VHDL formats. Verilog format 30 files: including S1238, S13207 and so on;)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2018-01-08
    • 文件大小:2580480
    • 提供者:tttii
  1. eetop.cn_利用FPGA实现浮点运算的verilog代码

    0下载:
  2. 计算机里整数和小数形式就是按普通格式进行存储,例如1024、3.1415926等等,这个没什么特点,但是这样的数精度不高,表达也不够全面,为了能够有一种数的通用表示法,就发明了浮点数。 浮点数的表示形式有点像科学计数法(*.*****×10^***),它的表示形式是0.*****×10^***,在计算机中的形式为 .***** e ±***),其中前面的星号代表定点小数,也就是整数部分为0的纯小数,后面的指数部分是定点整数。利用这样的形式就能表示出任意一个整数和小数,例如1024就能表示成0.
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2018-04-28
    • 文件大小:130048
    • 提供者:哒啦啦啦
« 12 3 4 »
搜珍网 www.dssz.com