Altera_Forum
Honored Contributor
15 years agoSdram access in HDL and Nios II
Hi
I'm fairly new to FPGA programming. I would like to use the onboard sdram memory of my DE2-70 board to pass data between c++ software, running on a Nios II cpu and a verilog component. What would be the most ideal way to do this (performance and usability taken into account)? I'm already able to include a sdram controller using the SOPC builder and accessing it in C++ by directly writing to the sdram memory address I found in the SOPC builder. What I don't see is how I can access this data from a custom verilog component (in this case for writing an array of pixels to an electronic sign. Any help is much appreciated. Thanks