Forum Discussion
Altera_Forum
Honored Contributor
12 years agoDE2-115 SDRAM without NIOS
I'm trying use the SDR SDRAM on the DE2-115 FPGA development board in verilog. I can't use NIOS as the interrupts aren't fast enough for my application. As far as I can tell I have 2 options: ...
Altera_Forum
Honored Contributor
12 years agoI used a single 133.33MHz PLL and raw HDL, that was it!
To sum up what I did: To initialise:- waited over 200µs for the SDRAM to boot up
- precharged all the banks
- auto-refreshed 8 times
- program the mode register (M0-4:0, M5:1, M6-8:0, M9:1)
- precharge all banks
- auto refresh
- nop & check for waiting read/write