From 98bffc92aed9ab19041324009a75fb28b4da3649 Mon Sep 17 00:00:00 2001 From: Michael Nolan Date: Fri, 15 May 2020 18:59:51 -0400 Subject: [PATCH] Add CR function unit --- src/soc/decoder/power_enums.py | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2