Forum Discussion
Altera_Forum
Honored Contributor
14 years agoThanks for your replies.
After your advices, I redesign my system and I'm going to implement it in a single Qsys design and each cpu as a subdesign. Is there any thing that i should care if i use one share memory for more than one cpu? (read while write and rtc.) Is there any need to use some things like hardware mutex? All my writes and reads to share memory, are done with IORD_32DIRECT and IOWR_32DIRECT. And i thinks these are atomic operation. Am i wright? Does Avalon interface control these operations or I should use DMA? Thanks.