Forum Discussion
Altera_Forum
Honored Contributor
15 years agoNIOS with DDR as Main Memory
Hello everyone, I am attempting to use the DDR memory as the main memory for the NIOS core. As such, I decided to enable burst transfers for the processor. I have a couple of questions regardi...
Altera_Forum
Honored Contributor
15 years agoAlso, have you compiled everything (including the BSP and libc bits) with -O2 or -O3, without those there will be a lot of cycles to the stack (which will almost certainly also be in your DDR memory).
Even with a data cache the stack will probably be displaced from the cache by your sequential memory accesses.