From: Michael Nolan Date: Tue, 19 May 2020 19:34:35 +0000 (-0400) Subject: Change OP_TWI/TDI/TW/TD to OP_TRAP X-Git-Tag: div_pipeline~1071 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e3183ff55b40bd7527a4fb26ba6569aae7edda43;p=soc.git Change OP_TWI/TDI/TW/TD to OP_TRAP --- 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