Forum Discussion
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 executi...
Altera_Forum
Honored Contributor
8 years agoDear ericv, there is one master core and four slave cores. Master core declares this array in its own code which slave cores have no information about, But this array needs to be accessed by all the slave cores.. Yes you are right that we can calculate the offset on the basis of core ID but for that,the base address must be known to slave cores. so, how the base address of this array will be shared with the slave cores if there is a shared memory in the system??