From: Michael Nolan Date: Fri, 15 May 2020 23:15:35 +0000 (-0400) Subject: Make opcode for crand and friends X-Git-Tag: div_pipeline~1150 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6aa875e33ecff9ccbedaf2d2b4910f60c0bcd1f8;p=soc.git Make opcode for crand and friends --- diff --git a/libreriscv b/libreriscv index 18c7808c..f6cbc0d5 160000 --- a/libreriscv +++ b/libreriscv @@ -1 +1 @@ -Subproject commit 18c7808cfdc2754cc9a21dd69d393b6c35f749ac +Subproject commit f6cbc0d518835dbfafc1d4cd3a3060aa2ddced53 diff --git a/src/soc/decoder/power_enums.py b/src/soc/decoder/power_enums.py index 39358a8a..ee51edef 100644 --- a/src/soc/decoder/power_enums.py +++ b/src/soc/decoder/power_enums.py @@ -158,6 +158,7 @@ class InternalOp(Enum): OP_TWI = 66 OP_XOR = 67 OP_SIM_CONFIG = 68 + OP_CROP = 69 @unique