Forum Discussion
Altera_Forum
Honored Contributor
14 years agoUsing SDRAM
Hi guys, am really new to NIOS and Qsys/SOPC. I am doing a project where I would need to send an image from the PC to FPGA and save it in SDRAM, then read the image from SDRAM to do image proce...
Altera_Forum
Honored Contributor
14 years agoThe actual solution mostly depends on the interface of your HDL modules.
For example, if it's an asynchronous interface (sram like), you can easily transfer data from sdram, using Nios itself or dma. A similar method can be used if your HDL can receive image data through a serial port.