Skip to content

Commit f831b5b

Browse files
committed
Merge branch 'develop' into 2.2.0-rc
2 parents b647723 + efb20ae commit f831b5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/extension/thread_/axi_dma_async_delayed_awready/thread_axi_dma_async_delayed_awready.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ def mkTest(memimg_name=None):
9494
params=m.connect_params(led),
9595
ports=m.connect_ports(led))
9696

97-
vcd_name = os.path.splitext(os.path.basename(__file__))[0] + '.vcd'
98-
simulation.setup_waveform(m, uut, dumpfile=vcd_name)
97+
# vcd_name = os.path.splitext(os.path.basename(__file__))[0] + '.vcd'
98+
# simulation.setup_waveform(m, uut, dumpfile=vcd_name)
9999
simulation.setup_clock(m, clk, hperiod=5)
100100
init = simulation.setup_reset(m, rst, m.make_reset(), period=100)
101101

0 commit comments

Comments
 (0)