Replies: 1 comment 1 reply
-
Over at naps we have a bunch of code that started as a video processing related project. Stream TypesFor this we gathered mostly 3 kinds of streams:
Then we have some streams for AXI related code:
These should maybe live in a dedicated AXI library somewhere else than upstream and motivate that there should be a good way to define custom stream types downstream. CoresCores wise, we have (can all be found here but currently use our nonstandard streams and predate
These are the generic ones that I could imagine as helpful for many uses. We then have some more specialized ones (for example for AXI DMA) but these don't need any extra functionality from the Streams abstraction and probably should not go upstream. Some of these cores require a mechanism to list what I would call "out-of-band signals" like Cores that would be nice:
|
Beta Was this translation helpful? Give feedback.
-
In IRC, we just discussed, that it would be cool to have more advanced streams (at least packetized ones with a
last
signal) upstream. Additionally, a collection of cores for common functionality would be nice.This discussion could be a place to collect cores / types of streams that people in the community already built and find useful for their work.
Beta Was this translation helpful? Give feedback.
All reactions