add TRAP FunctionUnit type
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 19 May 2020 15:15:54 +0000 (16:15 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 19 May 2020 15:15:54 +0000 (16:15 +0100)
src/soc/decoder/power_enums.py

index ee51edef279d301e9d48ac3233645d4c9f31b4b9..d819c8e859fc502d85dab017f874032266f1a2ea 100644 (file)
@@ -51,6 +51,7 @@ class Function(Enum):
     LOGICAL = 4
     BRANCH = 5
     CR = 6
+    TRAP = 7
 
 
 @unique