frontend/stream: Add 64-bit data_width support.

This commit is contained in:
Florent Kermarrec 2024-09-12 18:46:11 +02:00
parent b1f916a447
commit 78513c2ba7
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ class LiteEthStream2UDPTX(LiteXModule):
source.data.eq(fifo.source.data), source.data.eq(fifo.source.data),
If(source.last, If(source.last,
source.last_be.eq({ source.last_be.eq({
64 : 0b10000000,
32 : 0b1000, 32 : 0b1000,
16 : 0b10, 16 : 0b10,
8 : 0b1 8 : 0b1