Forum Discussion
Altera_Forum
Honored Contributor
19 years agoShare mem, Multiprocessor communication, 1WR, N RD
I would like to implement a multiprocessor NIOS II system with some shared tables in SRAM. Only one processor will write to the table, and multiple other processors will read the table at a later tim...
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.