Altera_Forum
Honored Contributor
21 years agoRunning program in SDRAM
Dear all,
I just solided on FPGA board with Cyclone and SDRAM. I tried the example Hello_World_Small program in on_chip_ram, and received the output via UART. Then I add the SDRAM Controller (with the parameters described in SDRAM datasheet) and connect the corresponding signal to SDRAM Chip, recompile the system, set the rest point to SDRAM in SOPC Builder. Also in the NIOS IDE, I set the Program running in SDRAM. What I got is: Using cable "ByteBlasterII [LPT1]", device 1, instance 0x00 Pausing target processor: OK Downloading 00800000 ( 0%) Downloaded 6KB in 0.1s Verifying 00800000 ( 0%) Verify failed Leaving target processor paused 00800000 is my SDRAM Address. What may cause such problem? Thanks!