projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a78be37
)
update sv opcodes table
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Fri, 9 Oct 2020 16:58:48 +0000
(17:58 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Fri, 9 Oct 2020 16:58:48 +0000
(17:58 +0100)
openpower/sv_analysis.py
patch
|
blob
|
history
diff --git
a/openpower/sv_analysis.py
b/openpower/sv_analysis.py
index 7e7eef3c7090b365f6bbfaa86916853fd15aa67f..ee029a5c5d5f906a22b07d3c1dff4e8f9d750e94 100644
(file)
--- a/
openpower/sv_analysis.py
+++ b/
openpower/sv_analysis.py
@@
-109,7
+109,6
@@
def keyname(row):
res.append("CRi")
elif row['CR out'] == '1':
res.append("CRo")
- res += "-CRo"
return '-'.join(res)