From: Luke Kenneth Casson Leighton Date: Mon, 8 Apr 2019 10:59:16 +0000 (+0100) Subject: output simulation to correctly-named file X-Git-Tag: ls180-24jan2020~1276 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bbfc928e0dd63d81e570848bc5f7c4f8021345d6;p=ieee754fpu.git output simulation to correctly-named file --- diff --git a/src/add/test_fpadd_pipe.py b/src/add/test_fpadd_pipe.py index ccba331a..b1ec7087 100644 --- a/src/add/test_fpadd_pipe.py +++ b/src/add/test_fpadd_pipe.py @@ -122,5 +122,5 @@ if __name__ == '__main__': test.send(0), test.send(1), test.send(3), test.send(2), ], - vcd_name="test_inoutmux_pipe.vcd") + vcd_name="test_fpadd_pipe.vcd")