From: Luke Kenneth Casson Leighton Date: Tue, 19 May 2020 15:15:54 +0000 (+0100) Subject: add TRAP FunctionUnit type X-Git-Tag: div_pipeline~1082 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c9d1a418ef934e3718e311c2dbf9223e10e1d363;p=soc.git add TRAP FunctionUnit type --- 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