bperez77 / xilinx_axidma

A zero-copy Linux driver and a userspace interface library for Xilinx's AXI DMA and VDMA IP blocks. These serve as bridges for communication between the processing system and FPGA programmable logic fabric, through one of the DMA ports on the Zynq processing system. Distributed under the MIT License.
MIT License
464 stars 227 forks source link

Compile libaxidma as a Shared Library #8

Closed bperez77 closed 8 years ago

bperez77 commented 8 years ago

Currently it is simply code files that the user would include with their project. It would be cleaner to compile it as an actual shared library.