projects
/
openpower-isa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e32ffe
)
spacing fix
author
klehman
<klehman9@comcast.net>
Mon, 25 Oct 2021 20:46:44 +0000
(16:46 -0400)
committer
klehman
<klehman9@comcast.net>
Mon, 25 Oct 2021 20:46:44 +0000
(16:46 -0400)
src/openpower/test/common.py
patch
|
blob
|
history
diff --git
a/src/openpower/test/common.py
b/src/openpower/test/common.py
index c3cad38f97e648db4edc89485b4a84a1adb6f18e..fafe8243b0d60366872fa8acf3ecfd394d3ba187 100644
(file)
--- a/
src/openpower/test/common.py
+++ b/
src/openpower/test/common.py
@@
-150,6
+150,7
@@
class TestCase:
self.expected = expected # expected results from the test
self.test_file = test_file
+
class ALUHelpers:
def get_sim_fast_reg(res, sim, dec2, reg, name):