Altera_Forum
Honored Contributor
15 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 data. That is simple, I thought, since there is the "readyfordata" signal for slave write. But it does not have any effect. NIOS continues writing independently of the level of readyfordata signal. See the attachment. If I change that signal to "waitrequest" kind, that works, but the only prolem that the wait request is shared between the read and write part of Avalon Slave interface, and in my case that is not good. Any idea?file:///d:/temp/moz-screenshot.png