From: Luke Kenneth Casson Leighton Date: Sun, 24 May 2020 18:49:30 +0000 (+0100) Subject: add MFMSR and MTMSRD enums to Function X-Git-Tag: div_pipeline~873 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ae275b3667d721ee7fc4be4346893e5d2f3e8915;p=soc.git add MFMSR and MTMSRD enums to Function --- diff --git a/src/soc/decoder/power_enums.py b/src/soc/decoder/power_enums.py index 1895bce8..d8a78e99 100644 --- a/src/soc/decoder/power_enums.py +++ b/src/soc/decoder/power_enums.py @@ -161,6 +161,8 @@ class InternalOp(Enum): OP_SIM_CONFIG = 68 OP_CROP = 69 OP_RFID = 70 + OP_MFMSR = 71 + OP_MTMSRD = 72 @unique