Forum Discussion
Altera_Forum
Honored Contributor
13 years agowaitrequest is an input to the master and since the master isn't writing data I wouldn't worry about it.
That block providing the streaming data doesn't appear to be following the ST spec. I see it asserting valid and streaming a short 3 beat packet and yet the SGDMA is not asserting ready so it will not buffer the data coming at it. This explains why the write signal doesn't assert, because it's not accepting the data from the streaming port to begin with. Did you remember to start the SGDMA or feed it a valid descriptor? When it's idle I doubt it accepts streaming data.