Forum Discussion
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. W...
Altera_Forum
Honored Contributor
15 years agoThanks for your reply.
In that case, would I need to change the way I access the sdram memory in c++. Or can I just keep directly addressing the base pointer? And can I read/write to the sdram memory from both locations (nios and custom ip core) without worrying about collisions or data corruption during simultaneous operations? Thanks