projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69f706a
)
Update test case_all_rb_close_to_ov
author
Cole Poirier
<colepoirier@gmail.com>
Thu, 6 Aug 2020 17:49:30 +0000
(10:49 -0700)
committer
Cole Poirier
<colepoirier@gmail.com>
Thu, 6 Aug 2020 17:49:30 +0000
(10:49 -0700)
src/soc/fu/mul/test/test_pipe_caller.py
patch
|
blob
|
history
diff --git
a/src/soc/fu/mul/test/test_pipe_caller.py
b/src/soc/fu/mul/test/test_pipe_caller.py
index 7addcaa9cd78fdb0a6da909a7802f6896d61640a..42d9e334bcc86c8ec1c4eb012260e1949ecb9e52 100644
(file)
--- 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