Skip to content

Commit a11467b

Browse files
committed
Removed the redundant sink.
1 parent 6cae511 commit a11467b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/extension/thread_/stream_write_fifo/thread_stream_write_fifo.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,14 @@ def mkLed():
4343
b = strm.source('b')
4444
a = a * strm.Int(2)
4545
b = b * strm.Int(3)
46-
4746
c = a + b
4847
d = c
4948
strm.write_fifo('d', d)
50-
strm.sink(c, 'c')
5149

5250
def comp_stream(size, offset):
5351
strm.set_source_fifo('a', fifo_a, size)
5452
strm.set_source('b', ram_b, offset, size)
5553
strm.set_write_fifo('d', fifo_c)
56-
strm.set_sink_empty('c')
5754
strm.run()
5855
# strm.join()
5956

0 commit comments

Comments
 (0)