Forum Discussion
Altera_Forum
Honored Contributor
16 years agoAvalon Streaming simple example
Hi, does anybody have a simple example of avalon streaming implementation? I have a system with huge amont of serial data and I want to use avalon streaming interface. simple example will give me...
Altera_Forum
Honored Contributor
9 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