搜索资源列表
ata_6_DMAIPCORE.tar
- 最新的ATA-六总线协议源代码参考,实现DMA,PIO模式,可挂CDROM,IDE硬盘,CF卡.-the latest ATA-6 bus protocol source code reference, achieving DMA, PIO Mode, can be linked to CDROM, IDE hard drive, CF card.
i2c_cores
- IIC总线协议,VHDL语言编写,可以直接使用-IIC bus protocol, VHDL language can be used directly
CAN_IP.rar
- 这是CAN总线控制器的IP核,源码是由Verilog HDL编写的。其硬件结构与SJA1000类似,满足CAN2.0B协议。,This is a IP core of the CAN bus controller written by the Verilog HDL. whose structure is similar with SJA1000,supporting the protocol of CAN2.0B.
canbus
- CAN通信协议的硬件描述语言代码,用于FPGA的总线接口控制器开发-CAN communication protocol of the hardware descr iption language code for the FPGA bus interface controller development
i2c_p_altera
- Alter 公司的I2C总线协议 VHDL语言实现 附有详细的说明 可以直接调用-Alter the company of I2C bus agreement VHDL language realization with detailed instructions can directly calls
opencores_i2c
- I2C 总线协议通过两线串行数据SDA 和串行时钟SCL 线在连接到总线的器件间传递信息,每个器件都有一个唯一的地址识别,而且都可以作为一个发送器或接收器.-Through the two-wire I2C serial bus protocol data SDA and serial clock SCL line is connected to the bus transfer information between devices, each device has a unique addr
design-of-CAN-based-on-VHDL
- 基于Verilog+HDL设计CAN控制器,详细介绍各功能模块的设计。本论文的重点是CAN总线通信控制器的前端设计。即用Verilog HDL语言完成CAN协议的数据链路层的RTL级设计,实现其功能,并且能够在FPGA开发平台Quartos上通过仿真验证,证明其正确性-Verilog+ HDL-based design of CAN controller, detailed design of each functional module. This paper focuses on the C
canbus
- 此例参照SJA1000CAN通信控制器,通过CAN总线控制器完成CAN总线的通信协议。所传文件为CAN总线的VERILOG代码。-This reference SJA1000CAN communication controller, to complete the communication protocol of CAN bus through the CAN bus controller. The transfer document for the CAN bus VERILOG code.
i2c
- I2C总线协议的verilog 可直接应用 -I2C bus protocol verilog can be applied directly
I2C-code
- I2C总线协议 Verilog源代码.试过,没有错误!可以直接使用-I2C bus protocol Verilog source code. Tried, no errors! Can be used directly
wishbone
- Wishbone规范具有如下特点:简单、紧凑,需要很少的逻辑门 完整的普通数据据传输总线协议,包括单个读写、快传输、读一修改一写周期、事件周期 数据总线宽度可以是8-64位 支持大端(big-endian)和小端(litle-endian),接口自动完成两者之间的转换。支持存储器映射、FIFO存储器、交叉互联 握手协议,允许速率控制 可以达到每个时钟周期进行一次数据传输 支持普通周期结束、重试结束、错误结束等总线周期形式 支持用户自定义的标志:采用MASTER/SLAVE体系结构 支持多点进程(
cl_rx
- cameralink总线接口代码,用于接收cameralink协议传输的图像数据。从芯片随路时钟域切换到系统时钟域。 做cameralink接口相关的图像采集系统可以参考。其中的ram是lattice工具生产的。-cameralink bus interface code for the image data receiving cameralink protocol transmission. Switching chip clock domains with the way the sys
can
- CAN总线控制器的FPGA源代码,verilog语言编写,支持CAN2.0B协议。对CAN总线开发者非常有用。-FPGA CAN bus controller source code, verilog language, support CAN2.0 protocol B. Developers of CAN bus is very useful.
SEG7_IF
- SEG7_IP.v是七段数码管的驱动程序,符合avalon总线协议,可以直接添加七段数码管的ip核使用。-SEG7_IP.v is the seven segment digital tube driver, in line with the Avalon bus protocol, you can directly add the seven segment digital tube IP nuclear use.
rs232
- RS232总线协议ip,可以实现上位机通信-RS232 bus protocol ip, PC communication can be achieved
CAN_verilog.tar
- CAN 2.0协议控制器,非常全面的控制器Verilog代码,可靠通信,可放心使用。(CAN Bus 2.0 Controller.)
CAN总线,I2C,USB等的FPGA实现源码
- 控制器局域网总线协议的Verilog代码(The Verilog code of the CAN bus protocol)
verilog实现can总线
- 基于verilog实现can总线通信协议及接口操作。