From: Michael Nolan Date: Wed, 13 May 2020 14:23:21 +0000 (-0400) Subject: Add SHIFT_ROT FU X-Git-Tag: div_pipeline~1264 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;ds=sidebyside;h=047130ce6126884522391a55cb82f703259826cc;p=soc.git Add SHIFT_ROT FU --- diff --git a/libreriscv b/libreriscv index 29219bd5..7ced351c 160000 --- a/libreriscv +++ b/libreriscv @@ -1 +1 @@ -Subproject commit 29219bd53d45768c6f57a876a78c5758b29bd7d1 +Subproject commit 7ced351c57a207e733bc8c95c923cbfe91d31831 diff --git a/src/soc/decoder/power_enums.py b/src/soc/decoder/power_enums.py index ca17eef4..93c6b07b 100644 --- a/src/soc/decoder/power_enums.py +++ b/src/soc/decoder/power_enums.py @@ -45,6 +45,7 @@ class Function(Enum): NONE = 0 ALU = 1 LDST = 2 + SHIFT_ROT = 3 @unique