From c9d1a418ef934e3718e311c2dbf9223e10e1d363 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Tue, 19 May 2020 16:15:54 +0100 Subject: [PATCH] add TRAP FunctionUnit type --- 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 ee51edef..d819c8e8 100644 --- a/src/soc/decoder/power_enums.py +++ b/src/soc/decoder/power_enums.py @@ -51,6 +51,7 @@ class Function(Enum): LOGICAL = 4 BRANCH = 5 CR = 6 + TRAP = 7 @unique -- 2.30.2