Forum Discussion
Altera_Forum
Honored Contributor
16 years agoWriting to SRAM/SDRAM on DE-2 board ?
Hi all, I've been working on the Digital Camera Development Kit with a DE-2 Board and a Cyclone II FPGA, and I'd like to write data that comes out of the camera, to the SRAM or SDRAM. I sa...
Altera_Forum
Honored Contributor
16 years ago --- Quote Start --- @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 --- Quote End --- thank you Mikio