Altera_Forum
Honored Contributor
14 years agosimultaneous access to ddrII memory by nios and vhdl entity
Hi all,
I am using Arria II device.Basicly,what i need to do is to transfer large amounts of bulk data,which is stored in DDR2 memory using Ethernet to PC.The problem is that vhdl-based entity is performing the calculations and storing the data,so i think there is a problem with simultaneous access to the memory (Nios needs to read the data and vhdl needs to write (store) the data,so it might be possible collisions).If some kind of avalon bridge doesn't solve the problem,what would be the easiest (and efficient) way to implement this? Thank You