Skip to content

Commit 0cf6d38

Browse files
committed
Comment out of setup_waveform
1 parent a11467b commit 0cf6d38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/extension/thread_/stream/thread_stream.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def mkTest(memimg_name=None):
105105
params=m.connect_params(led),
106106
ports=m.connect_ports(led))
107107

108-
simulation.setup_waveform(m, uut)
108+
# simulation.setup_waveform(m, uut)
109109
simulation.setup_clock(m, clk, hperiod=5)
110110
init = simulation.setup_reset(m, rst, m.make_reset(), period=100)
111111

0 commit comments

Comments
 (0)