Forum Discussion
Altera_Forum
Honored Contributor
9 years agoFrom my experience, it is much easier to package your code in QSYS component and start communication with the SDRAM, so I agree with ted.
It is easier to understand the Avalon_MM interface than trying to work directly with the SDRAM controller. You will need to write your own custom Avalon-Master. You may find tutorials that explain that.