From 5ad31143b8e3222b91ec86c2294bbcea90ad03d9 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Fri, 10 Jul 2020 09:44:27 +0100 Subject: [PATCH] cut/paste error writing to wrong vcd file --- src/soc/fu/mul/test/test_pipe_caller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/soc/fu/mul/test/test_pipe_caller.py b/src/soc/fu/mul/test/test_pipe_caller.py index cda81076..44f5a09e 100644 --- a/src/soc/fu/mul/test/test_pipe_caller.py +++ b/src/soc/fu/mul/test/test_pipe_caller.py @@ -215,7 +215,7 @@ class TestRunner(FHDLTestCase): yield Settle() sim.add_sync_process(process) - with sim.write_vcd("div_simulator.vcd", "div_simulator.gtkw", + with sim.write_vcd("mul_simulator.vcd", "mul_simulator.gtkw", traces=[]): sim.run() -- 2.30.2