Skip to content

Commit 9c4f15e

Browse files
committed
disable_write
1 parent 3e82821 commit 9c4f15e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/thread_stream_axi_stream/thread_stream_axi_stream.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ def mkLed():
2222
addrwidth = 10
2323

2424
maxi = vthread.AXIM(m, 'maxi', clk, rst, datawidth)
25+
maxi.disable_write()
26+
2527
saxi = vthread.AXISLiteRegister(m, 'saxi', clk, rst,
2628
datawidth=32, length=8)
2729

0 commit comments

Comments
 (0)