Forum Discussion
Altera_Forum
Honored Contributor
16 years ago<div class='quotetop'>QUOTE (babysnow @ Aug 11 2009, 11:54 AM) <{post_snapback}> (index.php?act=findpost&pid=23479)</div>
--- 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