Altera_Forum
Honored Contributor
14 years agoDMA on a DE0
Hi all,
Can someone verify for me that they have DMA to SDRAM working on a DE0 board ? I've been trying to get it to work for a couple of days, but no joy. Here's how it's set up in SOPC builder: http://0x0000ff.com/imgs/fpga/dma.png ... and all I'm doing is instantiating the SOPC system, then creating a BSP from it with the included 'memtest.c' example. What I see when typing in values that won't conflict with the code (since the test is destructive) is that everything passes, but the DMA hangs... http://0x0000ff.com/imgs/fpga/dma-out.png 'ramClock' is delayed c.f. 'cpuClock' (clock phase shift on 'c1' is set to -3ns). I'm not sure if it matters, but the 'compensated for' clock is set to 'c0' (which is the cpuClock output). I am getting some timing violations on the 'altera_reserved_tck' clock since switching to the 'standard' Nios2 CPU, but the other clocks in the system seem to be within range, and the altera_reserved_tck' clock seems to be just for JTAG anyway... http://0x0000ff.com/imgs/fpga/dma-clocks.png Assuming the clock isn't the cause, is there anything else I ought to be doing ? Do you need any other support modules to get DMA working ? Assuming the clock is the cause, is there a way to isolate the 'altera_reserved_tck' clock to just the JTAG circuit ? This is all using Quartus 10.1, if it matters. That's the revision I've had most success with, to date. Any help gratefully appreciated :) Simon