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

搜索资源列表

  1. SD_Card_test

    1下载:
  2. SD卡读写程序,SPI接口实现,采用verilog hdl实现- SD read and write test
  3. 所属分类:VHDL编程

    • 发布日期:2013-09-27
    • 文件大小:3059607
    • 提供者:zhangqiang
  1. ddr-sdram

    0下载:
  2. It is complete document for DDR SD RAM program in verilog hdl
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-10
    • 文件大小:896740
    • 提供者:srikanth
  1. MySD_Card

    0下载:
  2. verilog 语言,介绍在niosII下的SD卡读写。-verilog language
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-12-03
    • 文件大小:4669567
    • 提供者:柳霖风
  1. RD1088_rev01.2

    1下载:
  2. FPGA或CPLD读取SD卡的IP核,基于wishbone接口,支持SDHC2.0,包含了使用说明,为Verilog语言编写-FPGA or CPLD reads the SD card IP core, based on the wishbone interface, support SDHC2.0, contains instructions for the Verilog language
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2014-10-03
    • 文件大小:1403904
    • 提供者:andy
  1. SD_SPI

    0下载:
  2. 读写SD卡的Verilog程序,希望对大家有用!-SD card reader Verilog program, I hope useful for everyone!
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-10
    • 文件大小:1133654
    • 提供者:dean
  1. sd_verilog

    0下载:
  2. 关于sd卡的控制器verilog源代码,基于wishbone的总线协议
  3. 所属分类:VHDL编程

  1. DE1_SD_Card_Audio

    0下载:
  2. an project of sd card codec on verilog from altera
  3. 所属分类:Communication

    • 发布日期:2017-11-15
    • 文件大小:6205440
    • 提供者:Andrey
  1. Cyclone4_SD_Card_Audio_Player

    1下载:
  2. 基于cyclone4 FPGA芯片的音频播放器完成项目工程,包括SOPC项目代码,以及SD卡读取模块Verilog IP,以及完整的Q2下项目工程。-Cyclone4 FPGA chip based audio player to complete the project works, including the SOPC project code, and SD card reader module IP, as well as complete Q2 next project.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-10
    • 文件大小:2372462
    • 提供者:bankfly
  1. sd_test

    0下载:
  2. 是一个基于verilog语言编写的sd卡读写程序,在DE2开发板上实现,可以直接使用-It is a verilog program of SD read-write. it is in DE2 board
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-25
    • 文件大小:8413878
    • 提供者:瑾琨
  1. sd_controller.v

    0下载:
  2. SD卡的IP核,Verilog代码编写,与MCU挂载后实现SD卡的读写数据。-SD card IP core,programmed by verilog,link to MCU can R/W data to the SD card.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-16
    • 文件大小:236863
    • 提供者:王景民
  1. hello_sd

    1下载:
  2. 基于fpga verilog 语言和nios ii实现的spi模式下sd卡驱动,以及加入znfat文件系统的sd卡驱动,可读取sd卡内的文件。-Based on the language and under the fpga verilog realize spi mode nios ii sd card driver, and adding znfat sd card file system driver, you can read files sd card.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-06-16
    • 文件大小:24583851
    • 提供者:lht
  1. spimaster

    0下载:
  2. SD卡读写源代码.用Verilog编写.很不错.值得借鉴.特别对SD卡开发的人员!--SD card reader-writer source code. Prepared to use Verilog. Is pretty good. Be used for reference. In particular, the development of personnel SD card!
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-13
    • 文件大小:2656839
    • 提供者:管洪炎
  1. sdcard_mass_storage_controller

    0下载:
  2. SD卡的读取,FPGA读取sd卡,用verilog语言编写-SD card reader-writer source code. Prepared to use Verilog. Is pretty good. Be used for reference. In particular, the development of personnel SD card!
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-10
    • 文件大小:2339499
    • 提供者:管洪炎
  1. sd_vga_photo

    0下载:
  2. Verilog程序,实现从SD卡中读取图片数据,然后通过vga在屏幕上显示。-Verilog procedures, read the image data the SD card, and then by vga display.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-31
    • 文件大小:13115464
    • 提供者:zhijun
  1. nios_ruanhe_spi_3

    0下载:
  2. 这是我自己写的一个摄像头数据存储SD卡程序,quartus的verilog编写,摄像头采用自己添加的外设接口,数据采用dma采集,SD用的是软件自带的SPI内核以及znFAT的文件系统。帧率我没有测,有兴趣的可以测测,初学者可以参考学习,写的代码有点乱,如果有不懂的可以和联系。-This is what I wrote it myself a camera, SD card data storage program, quartus the verilog write, add their ow
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-06-19
    • 文件大小:29037568
    • 提供者:高政
  1. sd_ctrl

    1下载:
  2. Verilog写的基于FPGA的SD卡的读写程序,能够读出SD卡中存储的数据-Write Verilog FPGA-based SD card reader program, it is possible to read out the data stored in the SD card
  3. 所属分类:VHDL编程

    • 发布日期:2017-05-10
    • 文件大小:1654244
    • 提供者:wangjiali
  1. sd_crc7_c16

    0下载:
  2. sd crc7 crc16 校验 verilog实现-sd crc7 crc16 verilog
  3. 所属分类:VHDL编程

    • 发布日期:2017-11-06
    • 文件大小:2184
    • 提供者:李红敏
  1. action_vip_album

    0下载:
  2. 读取sd卡图片并在显示屏上显示,很有用的Verilog程序,希望对大家有用-Read sd card image and displayed on the screen
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-26
    • 文件大小:8743690
    • 提供者:王前
  1. sd_spi_model.tar

    0下载:
  2. SD card, SPI mode, Verilog simulation model
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-04
    • 文件大小:5646
    • 提供者:charlie
  1. DE2_70_SD_Card_Audio_Player

    0下载:
  2. DE2-70 SD card player verilog and nios ii code
  3. 所属分类:Other systems

    • 发布日期:2017-05-17
    • 文件大小:4407775
    • 提供者:andy
« 1 2 34 »
搜珍网 www.dssz.com