Forum Discussion
Altera_Forum
Honored Contributor
20 years agoEdge Capture
I'm using PIO cores to change informations among processors. When I send some data from a cpu A to a cpu B, A also sends a flag signal to B. In B, its input PIO (which receives that signal) is se...
Altera_Forum
Honored Contributor
20 years ago --- Quote Start --- originally posted by paolo.gai@Jun 3 2006, 05:24 PM when you mean "sensitive to either rising or falling edge" you mean you'll raise a remote interrupt for every data you are sending to the other cpu?
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=15695)
--- quote end ---
--- Quote End --- Yes. Every time I send data (a new data) to another cpu, this one may be warned. I'll run a iterative algorithm on the system. --- Quote Start --- originally posted by paolo.gai@Jun 3 2006, 05:24 PM i don't think you'll have such problems... the avalon is basically a crossbar switch!
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=15844)
--- quote end ---
--- Quote End --- Thanks!