From: Luke Kenneth Casson Leighton Date: Fri, 9 Oct 2020 16:58:48 +0000 (+0100) Subject: update sv opcodes table X-Git-Tag: convert-csv-opcode-to-binary~2028 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=75445d2f2c7f5151e512262265502f830cd1a0c1;p=libreriscv.git update sv opcodes table --- diff --git a/openpower/sv_analysis.py b/openpower/sv_analysis.py index 7e7eef3c7..ee029a5c5 100644 --- 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)