Change OP_TWI/TDI/TW/TD to OP_TRAP
authorMichael Nolan <mtnolan2640@gmail.com>
Tue, 19 May 2020 19:34:35 +0000 (15:34 -0400)
committerMichael Nolan <mtnolan2640@gmail.com>
Tue, 19 May 2020 19:34:35 +0000 (15:34 -0400)
src/soc/decoder/power_enums.py

index d819c8e859fc502d85dab017f874032266f1a2ea..d8d7a96ff5303618efe70544465f8c0ce1b4f190 100644 (file)
@@ -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