Make opcode for crand and friends
authorMichael Nolan <mtnolan2640@gmail.com>
Fri, 15 May 2020 23:15:35 +0000 (19:15 -0400)
committerMichael Nolan <mtnolan2640@gmail.com>
Fri, 15 May 2020 23:15:35 +0000 (19:15 -0400)
libreriscv
src/soc/decoder/power_enums.py

index 18c7808cfdc2754cc9a21dd69d393b6c35f749ac..f6cbc0d518835dbfafc1d4cd3a3060aa2ddced53 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 18c7808cfdc2754cc9a21dd69d393b6c35f749ac
+Subproject commit f6cbc0d518835dbfafc1d4cd3a3060aa2ddced53
index 39358a8a95ea1e6afd770dda6896982cbf76a2ad..ee51edef279d301e9d48ac3233645d4c9f31b4b9 100644 (file)
@@ -158,6 +158,7 @@ class InternalOp(Enum):
     OP_TWI = 66
     OP_XOR = 67
     OP_SIM_CONFIG = 68
+    OP_CROP = 69
 
 
 @unique