From: Luke Kenneth Casson Leighton Date: Wed, 15 Jul 2020 13:10:30 +0000 (+0100) Subject: add cache cx to LDSTMode X-Git-Tag: div_pipeline~31 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f8655a5b7f7e73109a3e10b891f1c4d9cbedcf8c;p=soc.git add cache cx to LDSTMode --- diff --git a/src/soc/decoder/power_enums.py b/src/soc/decoder/power_enums.py index 817bbd19..a804aede 100644 --- a/src/soc/decoder/power_enums.py +++ b/src/soc/decoder/power_enums.py @@ -263,6 +263,7 @@ class LDSTMode(Enum): NONE = 0 update = 1 cix = 2 + cx = 3 @unique