From ada76dcb6d8e3553415b929cdfd3fdfcc3104517 Mon Sep 17 00:00:00 2001 From: Cole Poirier Date: Thu, 6 Aug 2020 10:49:30 -0700 Subject: [PATCH] Update test case_all_rb_close_to_ov --- src/soc/fu/mul/test/test_pipe_caller.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 -- 2.30.2