Forum Discussion
Altera_Forum
Honored Contributor
19 years agoHi!
data coherency in multicore Nios II systems is not an easy task, because Nios II lacks cache coherency HW... what you can do is to disable the cache, which often requires modifications to the source code... What we have developed to solve this problem is to hidden the complexity of cache disabling to the user, giving the ease of use f single core architectures while working on a multicore system. If you are interested, you can get some information in the ERIKA Enterprise Manual, Section 3.8, page 33, available for download at the evidence literature page (http://www.evidence.eu.com/content/view/71/104/). bye Paolo