<zyp>
a Converter works with plain streams with a data field of n bits, a StrideConverter is a wrapper around that to handle more elaborate stream layouts
<zyp>
if I understand it correctly, you can use a StrideConverter to turn e.g. a [('data', 32), ('byte_enable', 4)] to a [('data', 8), ('byte_enable', 1)] stream
<zyp>
(or conversely)
<tnt>
Oh, ok, I see.
<tnt>
It's always nice when after some refactoring ... Vivado segfaults.
nickoe has quit [Quit: Client closed]
nickoe has joined #litex
<tnt>
:/ I must be doing something wrong somewhere but can't figure out what ...