Forum Discussion
CJohn56
New Contributor
6 years agoOpenCL 19.3 SD Card image for Intel Arria 10 Development Kit
Hi, I am having problems with creating my own SD Card image for the Intel Arria 10 Development Kit. I have tried the GSRD 19.1, but I cannot get the OpenCL Driver working. I have also tried genera...
MEIYAN_L_Intel
Frequent Contributor
6 years agoHi,
From the error message, your DMA_system.fpga_to_sdram_dma.mm_read address width is 32 bits while avalon slave which you trying to connect your master requires 33 bits.
You may need to increase the address width for DMA system by double click the DMA_system.fpga_to_sdram_dma.mm_read component to see whether it is possible to increase its address width.
Thanks