projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05a6bc9
)
re-enable assert for correct function unit
author
Michael Nolan
<mtnolan2640@gmail.com>
Fri, 15 May 2020 20:03:37 +0000
(16:03 -0400)
committer
Michael Nolan
<mtnolan2640@gmail.com>
Fri, 15 May 2020 20:03:37 +0000
(16:03 -0400)
src/soc/branch/test/test_pipe_caller.py
patch
|
blob
|
history
diff --git
a/src/soc/branch/test/test_pipe_caller.py
b/src/soc/branch/test/test_pipe_caller.py
index 493a2bb06eecf1b07a792aeb8b0676d7bce3d9d4..fdb4edbeda295f7abe313c121b63e60749668c3a 100644
(file)
--- a/
src/soc/branch/test/test_pipe_caller.py
+++ b/
src/soc/branch/test/test_pipe_caller.py
@@
-164,7
+164,7
@@
class TestRunner(FHDLTestCase):
print(f"cr0: {simulator.crl[0].get_range()}")
yield Settle()
fn_unit = yield pdecode2.e.fn_unit
-
#
self.assertEqual(fn_unit, Function.BRANCH.value, code)
+ self.assertEqual(fn_unit, Function.BRANCH.value, code)
yield
yield
opname = code.split(' ')[0]