Forum Discussion
Altera_Forum
Honored Contributor
19 years agoFrom a hardware standpoint, you just need to make sure that the data master of each of the processors is connected to the memory in SOPC Builder. The memory will then be accessible to each of the processors using the same address.
From a software standpoint, you'll need to make sure that each processor knows the offset from the beginning of the memory to the location of the shared data table.