搜索资源列表
eluosi_game
- 这是一个基于NIOSII的俄罗斯方块游戏设计,是基于FPGA的,利用流模式DMA传输实现游戏。
vgac_sst160aN
- 基于fpga和sopc的用VHDL语言编写的EDA的32位Nios CPU嵌入式系统及其DMA设计俄罗斯方块游戏机
msp430_jtag_nios
- 将msp430与使用nios的fpga相连,将fpga作为msp430的jtag使用。其中用到了nios内的多种接口以及dma操作
DMA
- 针对QUARTUS的DMA的VHDL代码实现-DMA Controller Code in VHDL
CY7C68013AD
- 本文件是一个我买的开发板的原理图,型号是:CY7C68013,用ALTIUM或PROTELL DXP打开。-This document is a development board I bought the schematic diagram, model is: CY7C68013, with Altium or opens PROTELL DXP.
NiosII_example
- FPGA中niosII的应用实例--包括PIO,UART,DMA,ISR等的应用,比较基础,适合初学者比较透彻理解NiosII的应用-FPGA application in niosII- including PIO, UART, DMA, ISR and other applications, basis of comparison, suitable for beginners relatively thorough understanding of the application of N
C20_sram_vga
- FPGA应用如sd卡控制,led控制,vga音频控制-Sd card FPGA applications such as control, led control, vga audio control
DMA_8237A
- 经典DMA控制器8237A的VHDL设计,对设计DMA控制器有很高的参考价值。-Classic DMA controller 8237A of the VHDL design, the design of the DMA controller has a high reference value.
NIOS_DMA_test
- NiosII范例,都是比较经典复杂的例程,很不错的-FPGA NIOSII SOPC
sdcard_mass_storage_controller_latest.tar
- 基于wishbone总线的SD Card IP Core,有Verilog和VHDL两种语言版本,包含了FIFO和DMA两种实现方式,是开源的IP Core-Based on the wishbone bus SD Card IP Core, there are two language versions of Verilog and VHDL, including the FIFO and DMA implemented in two ways, is open source IP Core
Xilinx_PCIE_DMA
- Xilinx芯片所有关于PCI Express接口的DMA源代码,包含相关的配套的文档资料。-Xilinx chip on the PCI Express interface for all DMA source code, including relevant supporting documentation.
XilinxPCIEDesignCourse
- xilinx官方推出的基于xilinx FPGA的PCIE设计的教程,包含DMA设计方法等,适合基于FPGA的PCIE开发人员参考和学习。-xilinx the official launch of the PCIE xilinx FPGA-based design tutorials, including the DMA design methods for FPGA-based information and learning PCIE developers.
121114156PCIE_DMA_DDR3_verilog_design
- 基于FPGA的pcie dma设计,可参考应用。(FPGA based PCIe DMA design, you can refer to the application.)
SV_AVMM_DMA_DDR3_128M
- altera公司avmm借口pcie dma设计实例,在实际工程中应用成功(Altera avmm, Inc., PCIe DMA design example, applied successfully in actual engineering)
BCH
- BCH coder and decoder. Uses special DMA connection
CV_FPGA_to_HPS_Bridge_Design_Example
- FPGA通过AXI总线传输数据给ARM,ARM使用DMA方式接收数据!(FPGA to ARM Bridge design example)
DMA实验nvic
- 用stm32f103控制nand flash,采用DMA方式把FPGA传输过来的数据存到Flash里,输入f1,f2,f3可以实现读取FLASH内容到串口助手。(The NAND flash is controlled by STM32F103, and the data transmitted by FPGA is stored in Flash by DMA way. Input F1, F2, F3 can read FLASH content to serial assistant.)
axi_cdma
- FPGA生成SDK后的C语言编程程序。对于FPGA初学者用SDK编程有一定的帮助(FPGA generates C language programming program after SDK.)
dma_ip_drivers-master
- 主要包含Xilinx FPGA DMA各类驱动(Xilinx FPGA DMA Driver)
zynq axi dma驱动程序
- 基于zynq嵌入是linux axi dma驱动程序代码,可利用axi总线实现arm与fpga数据交互。