Skip to content

kolpaland/Zynq-Linux-DMA

 
 

Repository files navigation

Using the AXI CDMA in Vivado for Linux Application

DMA enabled Zynq PS-PL communication to implement high throughput data transfer between Linux applications and user IP core. (based on Xilinx UG873 chapter 6)

This is a simple loop-back project in which data transfer between host OS (Zynq-PS) and FPGA (Zynq-PL) is done using DMA mechanism. This project instantiates an AXI CDMA IP in PL and integrates it with the processing system high performance (HP) 64 bit slave port. In this system, AXI CDMA acts as master device to copy an array of the data from the source buffer location to the destination buffer location in DDR system memory. AXI CDMA uses processing system HP slave port to get read/write access of DDR system memory. We also wrote a Linux OS based application software which uses mmap() to initialize DMA core and do the data transfer using AXI CDMA block, and executed it on the ZC702 board.

About

DMA enabled Zynq PS-PL communication to implement high throughput data transfer between Linux applications and user IP core.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • HTML 64.3%
  • C 24.8%
  • Verilog 8.5%
  • VHDL 1.5%
  • Tcl 0.9%