Forum Discussion
Altera_Forum
Honored Contributor
15 years agoYou'd be better of allocating a M9K block and dual porting it to both cpu as 'tightly coupled data memory' and using that as the shared space (just make sure you don't do concurrent writes to the same address).
In either case you'll need to use something like Dekker's algorythm for mutual exclusion.