robertofem / CycloneVSoC-examples

Examples using the Cyclone V SoC chip
GNU General Public License v3.0
104 stars 40 forks source link

Implementation of FPGA DMAC #5

Closed robertofem closed 5 years ago

robertofem commented 5 years ago

Implementation of: -Baremetal example to control a DMAC in the FPGA and transfer to HPS. -Driver that permits allocation of physically contiguous buffers, needed for DMA. -OS example to contro DMAC in FPGA and transfer to HPS. It uses the driver to allocate the buffers to be used by the DMAC.