update sv opcodes table
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 9 Oct 2020 16:58:48 +0000 (17:58 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 9 Oct 2020 16:58:48 +0000 (17:58 +0100)
openpower/sv_analysis.py

index 7e7eef3c7090b365f6bbfaa86916853fd15aa67f..ee029a5c5d5f906a22b07d3c1dff4e8f9d750e94 100644 (file)
@@ -109,7 +109,6 @@ def keyname(row):
         res.append("CRi")
     elif row['CR out'] == '1':
         res.append("CRo")
-        res += "-CRo"
     return '-'.join(res)