Altera_Forum
Honored Contributor
14 years agoTwo NIOS2 sharing the same SDRAM for instruction/data master
Hello i made a system using C and the memory program is around 2~4MB, it isn't going to fit inside an onchip memory, i am also using a second NIOS2 with Linux inside a 128MB sdram.
How can i use the same SDRAM for both NIOS2 instruction/data masters? I am using a DE2-70 board which has two 64MB SDRAM memories, and, in my first step i could instantiate two 64mb SDRAM memories@QSys and use one for each. But in my final system i will have just one SDRAM memory so i need to learn how to do this.. Thanks!