Forum Discussion
Altera_Forum
Honored Contributor
14 years agoCache Implmentation
Hi All, I'm working on a research project involving NiosII processor. We need to be able to control cache bypass signal. Can any of you guide me how to do that? I need to instantiate the Nios...
Altera_Forum
Honored Contributor
14 years agoYou can't separate the caches from the processor itself.
For systems without the mmu, the cache can be bypassed by either using the ldio/stio instructions or setting the most significant address bit. The altera documentation for the cpu explains all of this.