搜索资源列表
fpga_and_spi
- fpga实现spi接口,包括主机和从机程序-FPGA, SPI
slaveAHB
- amba总线的AHB部分,与从机相连接口的写法,载自其它网页。-amba AHB bus parts from the machine connected to the interface with the wording set out from other pages.
i2cslave_latest.tar
- I2C从机控制器Verilog源码,实现标准I2C从机接口-I2C slave controller Verilog source code to achieve the standard I2C slave interface
klc_iic
- 基于I2C接口的的从机verilog代码,带子地址的发送方式,已下FPGA板子调通,大家可以借鉴。-Based on the I2C interface of the Verilog code, the tape address to send the next FPGA board tune pass, we can learn from.
spislave_latest.tar
- SPI接口的verilog代码,本代码是从机代码。-SPI interface verilog code, the code is slave machine code.
iic_v2_00_a
- 基于赛林思FPGA的IIC接口设计,支持主机、从机、多主机通信的总线特性,包括datasheet,C语言源代码。-Sailin Si FPGA-based IIC interface design to support the host from the machine, multi-master communication bus features, including the datasheet, C language source code.
mcbsp_1_14
- DSP的McBsp接口的实现,不过是作为DSP的从机-The realization of McBsp interface of DSP,But the Base is the FPGA as a slaver.
i2c_reader
- 一个采用IIC协议,从ROM里面读数据的接口程序,采用verilog语言,状态机实现。-One with IIC protocol, which read data from ROM interface program, using verilog language, the state machine implementation.
spi_4_2ch
- FPGA spi接口源码,可实现两个从机,扩展后可快速实现多从机,设置灵活,简单方便,有注释-FPGA spi interface source code, can achieve the two slaves, after expansion can quickly achieve multiple slaves, set flexible, easy to use, there is a comment
spi_slave
- FPGA实现SPI接口的从机功能,接收和发送全双工运行,接收到的数据以八位LED灯显示-FPGA to achieve the SPI interface the machine function, receive and send full-duplex operation, the received data to eight LED lights
FPGA实现SPI接口(包括主机和从机程序) (1)
- FPGA实现SPI接口(包括主机和从机程序)(The FPGA to achieve SPI interface (including host and from machine program))
SPI接口Verilog实现
- 里面有主机发送模块和从机接收模块。主机发送32位16进制数(一位一位发送),工作在模式0。压缩文件内代码可直接运行,另附上testbench文件可以进行modelsim仿真。此代码根据论坛里一位大哥的代码改编,后来找不到是谁了。。。使用状态机编写主机的发送模块,由于项目仅仅需要主机发送所以从机的接收模块没有写成32位的,但是代码风格清晰,可以直接修改,复写率极高且非常好理解!