Altera_Forum
Honored Contributor
11 years agonios2 + 8GB DDR3 /DDR3 SDRAM Controller with UniPHY
I'm trying to finish a simple test with a nios2/f + 1Mb on-chip memory + DDR3 controller.
The DDR3 controller is connected to 8Gb DDR3 controller, which I took straight from the board manufacturer's reference/test design and works great. However (understandably) when you add a NIOS processor it complains with "Address width above 32 bits are not supported for NIOSII) since the NIOS will not use anything above 4Gb. Question# 1 - how do I chop down the DDR in such way that QSYS is happy with it? Question# 2 - how I can "share" this memory among several processors, ie make it behave as if it was 4x2GB pieces? Thank you