Forum Discussion
Altera_Forum
Honored Contributor
19 years agoBe sure that you take care of cache coherency as well. For example if Nios A modifies data in a shared memory that Nios B uses, Nios B may access a stale copy. The Nios II processor uses a write back cache so before handing data off to another processor be sure to flush the cache (or use another means like cache bypassed pointers or tightly coupled memory).