Forum Discussion
Altera_Forum
Honored Contributor
15 years agoHDL-master for SDRAM controller
Hi, I'm trying to connect my own hdl-master with DDR SDRAM Controller (MegaCore) for writing in off-chip memory. This UG (http://www.altera.com/literature/ug/ug_ddr_sdram.pdf) doesn't contain ...
Altera_Forum
Honored Contributor
15 years agoThe avalon specification is here (http://www.altera.com/literature/manual/mnl_avalon_spec.pdf).
Writing to the base address should work. Just remember that on an avalon master interface, the address is byte aligned, and not word aligned like on a slave interface.