Forum Discussion
Altera_Forum
Honored Contributor
13 years agoHi dsl
In order to avoid the problem caused by cache data, I change my used NiosII CPU from NiosII/f to NiosII/e. I also try to set the 31th bit of the address or use tightly coupled memory in order to bypass the cache when I use NiosII/f. However, the problem is still the same. (I'm not sure what I've done with tightly coupled memory is correct. I do exactly the same thing as this document http://www.altera.com/literature/tt/tt_nios2_tightly_coupled_memory_tutorial.pdf) Anyway, I learn lots of things about how to bypass the cache data. Thank you.