Altera_Forum
Honored Contributor
8 years agoNIOS II Multi-Processor System's On-chip Memory
Hi,
I was just wondering if anyone can help me in finding the answer of the following given question; Q. Suppose we have a NIOS II Multi-Processor System and all the processors are executing a same set of instructions simultaneously, let's take an example of 5 cores in which one is master core and other four are slave cores. There is only ONE shared On-Chip memory for all the cores. If a master core declares an array of 1024 elements in its own code, how could the master core share the 'ADDRESS' of this array with other cores?? I want to split the declared array length among four cores equally so that each core can operate on the given subset of data, like in this case, 256 elements for each core. So, simply I wanna know how can a NIOS II core share its variable or array location (address) with other cores so that they can make use of it?? Looking forward to hear from you soon. Thank you in advance..