Streaming DMA only supports access to host memory. |
- The streaming DMA basic building blocks (BBBs) can access host or FPGA memory, but the driver does not provide any means for accessing FPGA memory.
- Status: This limitation will be fixed in a future version of the driver.
|
DMA AFU test application does not compile for simulation. |
- Workaround: Include the following header in the fpga_dma_test.c file:
#include <unistd.h>
- Status: Fix targeted for a future version of the Intel® Acceleration Stack.
|
DMA AFU simulation ends abruptly due to memory scheduling conflict. |
|
Streaming DMA AFU fails to compile for simulation. |
|
Streaming DMA AFU does not work in simulation. |
- Streaming DMA AFU fails to generate simulation file due to a hardcoded path.
- Workaround: Update the line paths on lines 6031 and 10283 in streaming_dma_test_system.qsys from /data/dunnikri/qshell/18.0.1/p4/afu/samples to ../../
- Status: Fix targeted for a future version of the Intel® Acceleration Stack.
|