Forum Discussion
Altera_Forum
Honored Contributor
16 years ago<div class='quotetop'>QUOTE (mschnell @ Aug 11 2009, 06:45 AM) <{post_snapback}> (index.php?act=findpost&pid=23480)</div>
--- Quote Start --- <div class='quotetop'>QUOTE (babysnow @ Aug 11 2009, 11:54 AM) <{post_snapback}> (index.php?act=findpost&pid=23479) --- Quote End --- --- Quote Start --- Also , I wanna create a share memory between them. But that may be the next step.[/b] --- Quote End --- Not a good idea IMHO. A FIFO will be much less problematic and supposedly offer not much less performance. Maybe even more performance, as a shared memory - unless it's a dual ported design - needs to do hardware access control with any read and write cycle. -Michael [/b] --- Quote End --- The shared memory is a intermediate medium ,which is used to sent messages between them. My thought is to create a mailbox, will that be much more trouble? If so, can you give much more details or useful reference about FIFO. Thank you very much.