mirror of
https://github.com/enjoy-digital/liteeth.git
synced 2025-01-03 03:43:37 -05:00
frontend/stream: Add 64-bit data_width support.
This commit is contained in:
parent
b1f916a447
commit
78513c2ba7
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@ class LiteEthStream2UDPTX(LiteXModule):
|
|||
source.data.eq(fifo.source.data),
|
||||
If(source.last,
|
||||
source.last_be.eq({
|
||||
64 : 0b10000000,
|
||||
32 : 0b1000,
|
||||
16 : 0b10,
|
||||
8 : 0b1
|
||||
|
|
Loading…
Reference in a new issue