From: Michael Nolan Date: Fri, 15 May 2020 22:59:51 +0000 (-0400) Subject: Add CR function unit X-Git-Tag: div_pipeline~1153 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=98bffc92aed9ab19041324009a75fb28b4da3649;p=soc.git Add CR function unit --- diff --git a/src/soc/decoder/power_enums.py b/src/soc/decoder/power_enums.py index b1e9b326..39358a8a 100644 --- a/src/soc/decoder/power_enums.py +++ b/src/soc/decoder/power_enums.py @@ -50,6 +50,7 @@ class Function(Enum): SHIFT_ROT = 3 LOGICAL = 4 BRANCH = 5 + CR = 6 @unique