Forum Discussion
DShat4
New Contributor
7 years agoAccessing SDRAM from FPGA (DE0-Nano-SoC)
Please, can someone explain me how to write data to the SDRAM from the FPGA? Thank you
FawazJ_Altera
Frequent Contributor
7 years agoHello,
You can use Nios II to write to HPS SDRAM. You need to connect the Data master of Nios II to the f2sdram bridge through the Address span extender. If you dont want to use a processor, you need to have a state-machine mechanism to write your data to SDRAM, however, this would be complex to verify.
Thanks