You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The up/down width converters for the PacketStream protocol can only go from width 1 to n and back. Without much of the implementation changing it should be possible to go from p to p * n and from p * n to p. This way you could also convert from 2 to 4 for example.
The text was updated successfully, but these errors were encountered:
rowanG077
changed the title
Make PacktetStream up/down converter more polymorphic on the input.
Make PacktetStream up/down converter less strict on the required width.
Jul 31, 2024
rowanG077
changed the title
Make PacktetStream up/down converter less strict on the required width.
Make PacketStream up/down converter less strict on the required width.
Jul 31, 2024
The up/down width converters for the
PacketStream
protocol can only go from width1
ton
and back. Without much of the implementation changing it should be possible to go fromp
top * n
and fromp * n
top
. This way you could also convert from2
to4
for example.The text was updated successfully, but these errors were encountered: