Forum Discussion

DShat4's avatar
DShat4
Icon for New Contributor rankNew Contributor
7 years ago
Solved

Writing to SDRAM from FPGA (DE0-Nano-SoC board)

Hi, I have designed a hardware component in VHDL that generates 32-bit data at a rate of 1 MHz. The generated data has to be stored in the SDRAM so that I can read it from the HPS. The problem is th...
  • FawazJ_Altera's avatar
    7 years ago
    Hello, It depends on the data size. I recommend to use DMA controller and send the data through address span extender to HPS SDRAM, so that HPS can read it. The other approach would be, connecting the H2F bridge to SDRAM controller of FPGA, and read through it. Please let me know if you need further assistance, I have done some data transfer between FPGA and HPS on DE10 nano, which is almost similar to DE0 Nano SoC. Thanks