From 503fa2527c2caf5c478ec6189434919255b7a72c Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Tue, 19 May 2020 22:14:00 +0100 Subject: [PATCH] add OP_RFID to enums --- 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 d8d7a96f..690bf129 100644 --- a/src/soc/decoder/power_enums.py +++ b/src/soc/decoder/power_enums.py @@ -157,6 +157,7 @@ class InternalOp(Enum): OP_XOR = 67 OP_SIM_CONFIG = 68 OP_CROP = 69 + OP_RFID = 70 @unique -- 2.30.2