Forum Discussion
Altera_Forum
Honored Contributor
13 years agoDepending on what I'm doing I typically either use a shared memory and a mutex or FIFOs to share data back and forth. You just connect them to the data master of each processor and both should be able to issue reads/writes to the shared data.