You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
A practical implementation of AXI DMA on Zynq-7000 (Cora Z7) using High-Performance (HP) Slave ports. Includes a guide on scatter/gather mode configuration with low-level register interfacing required to manage Buffer Descriptors (BDs) without relying on heavy abstractions.
A practical implementation of AXI DMA on Zynq-7000 (Cora Z7) using High-Performance (HP) Slave port. Includes a guide on polling mode configuration, interrupt mode configuration, and scatter-gather mode configuration.
A practical implementation of AXI DMA on Zynq-7000 (Cora Z7) using High-Performance (HP) Slave port. Includes a guide on polling mode configuration and manual L1/L2 cache coherency management.
A practical implementation of AXI DMA on Zynq-7000 (Cora Z7) using High-Performance (HP) Slave port. Includes a guide on interrupt mode configuration and debug setup using ILA.