Forum Discussion
Altera_Forum
Honored Contributor
20 years agoon Chip RAM system access (DMA)???
Hi, all, Can anyone tell me how to move data from on-chip memory (part of my hardware design) to SDRAM? Thanks a lot.
Altera_Forum
Honored Contributor
20 years agoWell, do you have a working SDRAM controller in your design? If you do, it will show up in the address map (or check the SOPC builder for the appropriate address range), define a few pointers in your target program and copy with a simple memcpy() routine.
Arjan