From: Cole Poirier Date: Thu, 6 Aug 2020 17:49:30 +0000 (-0700) Subject: Update test case_all_rb_close_to_ov X-Git-Tag: semi_working_ecp5~430 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ada76dcb6d8e3553415b929cdfd3fdfcc3104517;p=soc.git Update test case_all_rb_close_to_ov --- diff --git a/src/soc/fu/mul/test/test_pipe_caller.py b/src/soc/fu/mul/test/test_pipe_caller.py index 7addcaa9..42d9e334 100644 --- a/src/soc/fu/mul/test/test_pipe_caller.py +++ b/src/soc/fu/mul/test/test_pipe_caller.py @@ -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