robertofem / CycloneVSoC-examples

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

Implementation of FPGA DMAC #5

Closed robertofem closed 6 years ago

robertofem commented 6 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.