From: Luke Kenneth Casson Leighton Date: Sun, 16 Jun 2019 07:27:26 +0000 (+0100) Subject: reduce max count from 1000 to 10 X-Git-Tag: ls180-24jan2020~987 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e7605d65831cee6b0e3938fee2cb27eab92bb82c;p=ieee754fpu.git reduce max count from 1000 to 10 --- diff --git a/src/ieee754/fpadd/test/test_add.py b/src/ieee754/fpadd/test/test_add.py index cd2783c3..eadc94b1 100644 --- a/src/ieee754/fpadd/test/test_add.py +++ b/src/ieee754/fpadd/test/test_add.py @@ -79,4 +79,4 @@ def test1(maxcount=10, num_loops=5): vcd_name="test_add.vcd") if __name__ == '__main__': - test1(maxcount=1000, num_loops=1000) + test1(maxcount=10, num_loops=1000)