Forum Discussion
Altera_Forum
Honored Contributor
8 years ago --- Quote Start --- Streaming is a really simple standard to use especially if you have no 'ready latency' Most of the time when I use streaming I use only three signals: data (payload data) ready (tells the data source that the sink is ready for data) valid (tells the data sink that the source is sending valid data) --- Quote End --- That's great to hear! So I it is fine if I ignore the other signals in general? Thanks