From: Luke Kenneth Casson Leighton Date: Tue, 19 May 2020 21:14:00 +0000 (+0100) Subject: add OP_RFID to enums X-Git-Tag: div_pipeline~1058 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=503fa2527c2caf5c478ec6189434919255b7a72c;p=soc.git add OP_RFID to enums --- 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