Forum Discussion
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