Forum Discussion
Altera_Forum
Honored Contributor
15 years ago@ismagine:
here is the function to write and read from sdram IOWR(SDRAM_BASE+address,my_data) IORD(SDRAM_BASE+address) you set 'address' value with the index or offset and 'my_data' is the value you want to store i found these in this forum too, but i forget in which thread hope it can help you