Forum Discussion
Altera_Forum
Honored Contributor
14 years agoWriting Data In SDRAM
Hello everyone, I've used some VHDL before but I need help understanding how to write data into SDRAM. I'm currently using Quartus II 11.0 and DE0-Nano. I just need a sample VHDL with some co...
Altera_Forum
Honored Contributor
14 years agoI suggest to have a look at the Avalon specifications and especially the memory mapped master interface. You can write a component in VHDL that uses this interface to access memory, and add it to your SOPC/QSys project.