Skip to content

Commit 8bd03f5

Browse files
occheungsbourdeauducq
authored andcommitted
dma: report last write to FIFO
1 parent 06a2660 commit 8bd03f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

artiq/gateware/rtio/dma.py

+1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ def __init__(self, bus, cpu_dw):
6666
self.source.stb.eq(bus.ack),
6767

6868
self.source.data.eq(convert_signal(bus.dat_r, cpu_dw//8)),
69+
self.source.last.eq(self.sink.eop | last),
6970
self.source.eop.eq(self.sink.eop),
7071
]
7172

0 commit comments

Comments
 (0)