jdhar
Full Member level 5
I designed a board with a Cyclone FPGA and SDRAM on it, and I would like to know the best way to thoroughly test the DRAM? I used a NIOS processor with on-chip memory to DMA a 1K block of data to and from the DRAM, and compare with the data on the on-chip RAM, but I don't feel that this is the best way because when I try to run code from the DRAM, it acts very erratically. I'm pretty sure it's a PLL timing-offset issue, so I will keep adjusting it.. but is there some good memory intensive C-code that I could use for testing?