aboutsummaryrefslogtreecommitdiff
path: root/parse_opcodes
diff options
context:
space:
mode:
Diffstat (limited to 'parse_opcodes')
-rwxr-xr-xparse_opcodes2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse_opcodes b/parse_opcodes
index 6205ff5..28c4f05 100755
--- a/parse_opcodes
+++ b/parse_opcodes
@@ -37,7 +37,7 @@ arglut['zimm'] = (19,15)
arglut['shamt'] = (25,20)
arglut['shamtw'] = (24,20)
arglut['bs'] = (31,30) # byte select for RV32K AES
-arglut['rcon'] = (23,20) # round constant for RV64 AES
+arglut['rnum'] = (23,20) # round constant for RV64 AES
# for vectors
arglut['vd'] = (11,7)