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

搜索资源列表

  1. spi_op_core

    0下载:
  2. spi接口电路用verilog编程,完全可综合的-20 interface circuit using Verilog programming, fully integrated
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:82471
    • 提供者:晓滑
  1. VLSIrtl_spi

    1下载:
  2. verilog语言写的SPI接口,全同步设计,低门数,可以很容易应用到嵌入设计方案中.-Verilog language to write the SPI interface, all synchronous design, low gate count. it is very easy to use embedded design programs.
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:46104
    • 提供者:citybus
  1. dso_keyboard

    0下载:
  2. 本文件用于spi接口的键盘扫描模块,采用Verilog语言.-spi this document for the keyboard interface scanning module, using Verilog language.
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:3789
    • 提供者:邓丰涛
  1. bingo_spi_test

    0下载:
  2. 利用SPI实现FPGA和外设之间的通信。经过Modelsim仿真验证。(为FPGA设计技巧与案例开发详解一书源码)(Using SPI to implement communication between FPGA and peripheral. After Modelsim simulation verification. (for FPGA design techniques and case development detailed explanation of a book source
  3. 所属分类:书籍源码

    • 发布日期:2017-12-28
    • 文件大小:53248
    • 提供者:August_cwj
  1. ad7606

    1下载:
  2. AD7606采集代码,用于verilog 驱动 AD7606 adc SPI 串口方式(AD7606 acquisition code, used for Verilog drive AD7606 ADC SPI serial mode)
  3. 所属分类:VHDL/FPGA/Verilog

  1. AT25160B

    0下载:
  2. 该代码完成存储器的数据存储和读取功能,该芯片是一款Atmel的SPI接口的EEPROM存储芯片。(The code completes the memory data storage and reading function, the chip is a Atmel SPI interface EEPROM memory chip.)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2018-01-01
    • 文件大小:6144
    • 提供者:leixiaoming
  1. eetop.cn_simple_spi

    0下载:
  2. spi 模块代码 RTL verilog(spi rtl code)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:43008
    • 提供者:harrymao
  1. SPI_controller

    0下载:
  2. SPI controller (fpga/verilog)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2018-01-08
    • 文件大小:119808
    • 提供者:taso999
  1. spi_master

    0下载:
  2. SPI通信:串行flash的读写擦除命令通过SPI接口进行通信。? CPU芯片与FPGA通过SPI接口进行通信。? 其他功能集成电路芯片参数寄存器配置。例如DAC芯片内部有很多寄存器(因为芯片有很多功能,要通过设置寄存器不同的开关来打开或关闭相应的功能,一上电去初始化寄存器)需要我们去配置。FPGA一上电也是通过配置芯片里边来读取数据,然后配置FPGA内部的SRAM。FPGA是读取FLASH里边的串行数据,读取完校验完才配置到我们的FPGA的SRAM中去。速度比串口快,而且是同步传输。(Th
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2018-01-11
    • 文件大小:3389440
    • 提供者:小云子
  1. spi_verilog_master_slave_latest.tar

    0下载:
  2. spi 的verilog rtl 代码, 包括整体仿真环境,测试码等(spi master or slave verilog rtl code)
  3. 所属分类:其他

    • 发布日期:2018-04-18
    • 文件大小:3072
    • 提供者:jekky888888
  1. spiflash

    1下载:
  2. SPI接口实现,对SPI写,擦出等功能操作,此代码在板子上进行验证过,没有任何问题(SPI interface implementation, write to SPI, wipe out and other functional operations, this code has been verified on the board, there is no problem.)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2018-04-21
    • 文件大小:1024
    • 提供者:chengchenghello
  1. qspi

    0下载:
  2. qspi接口控制,指令包括spi、dual spi、quad spi,通过验证,供参考(Qspi interface control, including spi, dual spi, quad spi, for reference.)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2018-04-22
    • 文件大小:3072
    • 提供者:一粒尘埃
  1. spi_8r8w

    0下载:
  2. 同时实现多个SPI从设备的连续读写,读写字节数可变化(implement multiply spi slave read/write operation, and the operation's bytes can be changed)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2018-04-18
    • 文件大小:2048
    • 提供者:zhou8848
  1. spi_master

    0下载:
  2. 用verilog编写的SPI代码,这个代码是FPGA作为主机可以发送和读取数据,上板验证过,我测试的时候SPI的CLK速率是5M,读写都没问题,稳,至于更高的速率没测试过。 下面鬼畜的百度翻译大家就不要看了,我不知道他想表达啥意思~(SPI code written in Verilog, the code is FPGA as the host can send and read data, the upper board verified, when I test the SPI CL
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2018-05-03
    • 文件大小:1024
    • 提供者:你到底是谁
  1. hi3585

    1下载:
  2. verilog code for hi3585 SPI control code .HI3585 is a arinc 429 bus protocol.
  3. 所属分类:其他

    • 发布日期:2021-02-17
    • 文件大小:6144
    • 提供者:TBlue
  1. SPI_UART

    2下载:
  2. SPI读写AD9361,通过串口回读关键寄存器读写是否正确。(SPI reads and writes AD9361, reads and writes the key registers correctly through the serial port.)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2021-03-04
    • 文件大小:12346368
    • 提供者:sanshutingfeng1
  1. SPI_ADC

    0下载:
  2. spi串行输出ADC——AD7989的verilog源代码。(Spi serial output ADC - AD7989 Verilog source code.)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2019-10-29
    • 文件大小:1024
    • 提供者:Zhongzi123
  1. At24c02

    2下载:
  2. i2c 的verilog 仿真模型,可用于搭建仿真平台。(The Verilog simulation model of I2C can be used to build simulation platform.)
  3. 所属分类:其他

    • 发布日期:2021-03-20
    • 文件大小:4096
    • 提供者:SHENGLIDEREEN
  1. CDCM6208_SPI

    1下载:
  2. 完成对cdcm6208的时钟芯片的配置,输出高频时钟(cdcm6208 cofigure using SPI interface)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2020-08-06
    • 文件大小:1024
    • 提供者:echolei
  1. adc verilog代码

    1下载:
  2. 16bit adc驱动代码,带有spi接口和转换数据功能
  3. 所属分类:硬件设计

    • 发布日期:2023-05-30
    • 文件大小:1535
    • 提供者:Matrix_1949
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 16 »
搜珍网 www.dssz.com