Skip to content

Commit e3849f6

Browse files
committed
Removed the call of draw_graph method.
1 parent a70cbfb commit e3849f6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/extension/thread_/stream_reduce_arg_max/thread_stream_reduce_arg_max.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ def comp(size):
7979

8080
th = vthread.Thread(m, 'th_comp', clk, rst, comp)
8181
fsm = th.start(32)
82-
strm.draw_graph('out.png')
8382

8483
return m
8584

@@ -104,7 +103,7 @@ def mkTest(memimg_name=None):
104103
params=m.connect_params(led),
105104
ports=m.connect_ports(led))
106105

107-
simulation.setup_waveform(m, uut)
106+
#simulation.setup_waveform(m, uut)
108107
simulation.setup_clock(m, clk, hperiod=5)
109108
init = simulation.setup_reset(m, rst, m.make_reset(), period=100)
110109

0 commit comments

Comments
 (0)