From e3183ff55b40bd7527a4fb26ba6569aae7edda43 Mon Sep 17 00:00:00 2001 From: Michael Nolan Date: Tue, 19 May 2020 15:34:35 -0400 Subject: [PATCH] Change OP_TWI/TDI/TW/TD to OP_TRAP --- src/soc/decoder/power_enums.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/soc/decoder/power_enums.py b/src/soc/decoder/power_enums.py index d819c8e8..d8d7a96f 100644 --- a/src/soc/decoder/power_enums.py +++ b/src/soc/decoder/power_enums.py @@ -153,10 +153,7 @@ class InternalOp(Enum): OP_SHL = 60 OP_SHR = 61 OP_SYNC = 62 - OP_TD = 63 - OP_TDI = 64 - OP_TW = 65 - OP_TWI = 66 + OP_TRAP = 63 OP_XOR = 67 OP_SIM_CONFIG = 68 OP_CROP = 69 -- 2.30.2