Skip to content

Commit 6d252c7

Browse files
committed
Swapping ladd and gaddr
1 parent 9c4f15e commit 6d252c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/thread_stream_axi_stream/thread_stream_axi_stream.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def comp():
7171
if reduce_size <= 0:
7272
reduce_size = 1
7373

74-
maxi.dma_read(ram_b, offset, 0, write_size)
74+
maxi.dma_read(ram_b, 0, offset, write_size)
7575

7676
axi_in.write_fifo(fifo_a, read_size)
7777
axi_out.read_fifo(fifo_c, write_size)

0 commit comments

Comments
 (0)