1
0
mirror of https://github.com/bmartini/zynq-axis.git synced 2024-09-05 19:19:27 +08:00
Berin Martini 2f10fb29d2 Memory map CMA array from driver
The driver sets ups a DMA contiguous array that will be used as a memory area
to share data between the PS and PL. The library memory maps this DMA array to
make it available to the host applications. The array is cache coherent and
thus data written or read from it bypass the CPU cache and read/write directly
from main memory. This ensures that the data is always the same between the
host and fpga but at a cost of long data accesses from the host CPU.
2015-01-09 13:07:51 -05:00
2015-01-08 14:46:19 -05:00
2014-12-31 11:15:11 -05:00
2015-01-09 13:07:51 -05:00
2015-01-06 16:14:53 -05:00
2015-01-02 17:32:39 -05:00
Description
No description provided
232 KiB
Languages
Verilog 73.4%
C 10.8%
Shell 8.5%
Tcl 6.5%
Makefile 0.8%