Update test case_all_rb_close_to_ov
authorCole Poirier <colepoirier@gmail.com>
Thu, 6 Aug 2020 17:49:30 +0000 (10:49 -0700)
committerCole Poirier <colepoirier@gmail.com>
Thu, 6 Aug 2020 17:49:30 +0000 (10:49 -0700)
src/soc/fu/mul/test/test_pipe_caller.py

index 7addcaa9cd78fdb0a6da909a7802f6896d61640a..42d9e334bcc86c8ec1c4eb012260e1949ecb9e52 100644 (file)
@@ -271,9 +271,8 @@ class MulTestCase(TestAccumulatorBase):
             0xfffffffd
         ]
 
-        for i in range(40):
-            for instr in instrs:
-
+        for instr in instrs:
+            for i in range(20):
                 x = 0x7fffffff + random.randint(0, 1)
                 ra = random.randint(0, (1 << 32)-1)
                 rb = x // ra