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 agoof course you can.
you will need to write your own ip that does the data management between your source and the destination memory. the sram is pretta straight forward and for the sdram are some free sdram controller ips available. if you manage the dataflow by pure hardware this would be much faster then via software ( c code running on a cpu)