Forum Discussion
Altera_Forum
Honored Contributor
16 years agoFPGA example to wirte data to SSRAM/SDRAM in Cyclone III starter kit?
I want to use VHDL/verilog to write some simple data to the SSRAM/ DDR SDRAM in Cyclone III starter kit, then use control plane to read the data out. Anyone has VHDL/verilog examples? just a s...
Altera_Forum
Honored Contributor
16 years agoThank u, I am not sure, I am not familiar with how to use nios to read and wirte off-chip memory.
--- Quote Start --- Hi, Are you sure that you want to use a hardware language to read and write to off-chip mem? I would use a simple c program in the nios environment. For starters, you could use the IOWR and IORD functions to write and read to/from memory. The address range for the memory is specified in sopc builder. Hope that helps. Andrew --- Quote End ---