projects
/
ieee754fpu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0aea70c
)
add failed test
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Wed, 27 Feb 2019 17:14:21 +0000
(17:14 +0000)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Wed, 27 Feb 2019 17:14:21 +0000
(17:14 +0000)
src/add/test_add.py
patch
|
blob
|
history
diff --git
a/src/add/test_add.py
b/src/add/test_add.py
index bd430c6188fcea0be1ac2f3d48bdd582e96731ea..d3ec562c5832f2b55a222752ef139233dbd3e129 100644
(file)
--- a/
src/add/test_add.py
+++ b/
src/add/test_add.py
@@
-49,6
+49,7
@@
def testbench(dut):
yield from check_case(dut, 0x51A7A358, 0x42500000, 0x51A7A358)
yield from check_case(dut, 0x4E5693A4, 0x42500000, 0x4E5693A5)
yield from check_case(dut, 0x42500000, 0x4E5693A4, 0x4E5693A5)
+ yield from check_case(dut, 0x7ed01f25, 0xff559e2c, 0xfedb1d33)
#yield from check_case(dut, 1, 0, 1)
#yield from check_case(dut, 1, 1, 1)