Forum Discussion
Altera_Forum
Honored Contributor
14 years agomultiprocessor: Share same variable
Hi , I try to implement a c-code for multiprocessor architecture(3 CPU). I need to know if it is possible that the three processor share the same variable. For example i declare an integer "var...
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- I think the mailbox is not supported anymore.. you should use onchip + hardware mutex --- Quote End --- Thank you for your reply, can you explain how can i use this solution, because on my design i use onchip + hardware mutex but i don't know how can i use.