Forum Discussion
Altera_Forum
Honored Contributor
16 years ago"readyfordata" won't work
Hi Guys, I'm trying to build an MM Slave component with dataflow control and got some problem. It is very important, that if the target is not ready to receive data then NIOS must stop writing ...
Altera_Forum
Honored Contributor
16 years agoI have found the solution for this issue. You guys told really the keyword. So the point uis that the master must support flow control, and yes, the cpu itself does not support that (except the waitrequest, what is really also a signal for FC, never mind...). The solution is to insert some Master/Slave component what supports the FC on the master side, and does not need FC on the slave side, for example DMA. I have done this, and now it works perfectly. "readyfordata" is not ignored now.
So, you guys were helpful again, thank you!