搜索资源列表
IP_SPI
- spi总线的vhdl代码,试了试可以用。希望能对开发者有所帮助。-spi bus vhdl code Shileshi can use. The hope is to help developers.
sd_reader.rar
- SD卡读卡器模块的VHDL及软件驱动代码,可作为外设挂接在Avalon总线上。支持以SD模式、4线模式读取。在24MHz时钟驱动下读取速率可达8MByte/s,SD card reader module and software drivers VHDL code, can be articulated as a peripheral bus in Avalon. To support the SD model, 4-wire mode read. Driven by the 24MHz clo
canbus
- CAN总线的FPGA实现,用Verilog编写,代码完整,而且有很完善的测试代码,用ISE直接打开,学习FPGA进阶的好项目-CAN Bus FPGA, written with Verilog, code integrity, but also very good test code, using ISE directly open, a good project to learn advanced FPGA
vga_card
- VGA模块的VHDL代码和软件驱动,可作为外设挂接在Avalon总线上。用一块SRAM作为显存,双缓存切换模式。-VGA module VHDL code and software drivers can be articulated as a peripheral bus in Avalon. As with a piece of SRAM memory, dual-mode cache switching.
canbus
- CAN通信协议的硬件描述语言代码,用于FPGA的总线接口控制器开发-CAN communication protocol of the hardware descr iption language code for the FPGA bus interface controller development
canbus
- verilog 和VHDL实现的can总线接口代码-the realization of verilog and VHDL code of the can bus interface
SRAM_Controller
- Altera University Program的Avalon总线IP核,SRAM控制代码,可以解压后直接挂载在Avalon总线上 -Altera University Program of the Avalon bus IP core, SRAM control code can be directly mounted after decompression in the Avalon bus
bus
- 一个简单的总线bus代码,初学者可以借鉴学习-A simple bus-bus code, beginners can learn to learn
486bus
- 本代码实现了486总线的功能,初学者可以借鉴学习-This code implements the 486 bus functions, beginners can learn to learn
CAN_I2C_USB_yuanma
- CAN总线,I2C,USB等的FPGA实现源码,可以利用原有代码,快速开发出自己的代码,物有所值-CAN bus, I2C, USB, etc. FPGA implementation source code, we can use the original code, and to quickly develop its own code, value for money
can-bus
- CAN总线控制器的VERILOG工程文件,很实用,工程是ISE可以打开,也可以只使用工程里面的代码-can bus project with VERILOG
ddr2
- leon3系统中ddr2控制器的相关代码(还包包括存储器的仿真模型),该控制器可以与amba2.0的ahb总线相连,机构比较复杂,代码量很大-ddr2 controller code (package includes the memory of the simulation model) leon3 system, the controller can with amba2.0 the ahb bus connected to more complex institutions, the am
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.
can
- CAN总线的完整工程及代码,需要的可以参考一下。谢谢!-Complete engineering and code CAN bus, the need for reference. Thank you!
can-sja1000
- CAN总线开发代码,FPGA与sja1000通信,可实现CAN的接收和发送。-The FPGA and the sja1000 CAN bus development code, communication, which CAN realize the CAN send and receive.
CANBus_design
- CAN总线代码,除了opencore上的ip核之外,主要是原创的配置CAN核和数据采集传输部分-CAN bus code, in addition to the ip nuclear opencore on the original configuration of CAN main nuclear data acquisition and transmission section
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总线,经过仿真验证,可以直接用!
CAN总线verilog控制器-MCP2515
- MCP2515的FPGA驱动代码,收发均可,测试通过