summaryrefslogtreecommitdiff
path: root/decoders/jtag_ejtag
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/jtag_ejtag')
-rw-r--r--decoders/jtag_ejtag/pd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/jtag_ejtag/pd.py b/decoders/jtag_ejtag/pd.py
index a54e5e9..f16f0b4 100644
--- a/decoders/jtag_ejtag/pd.py
+++ b/decoders/jtag_ejtag/pd.py
@@ -196,7 +196,7 @@ class Decoder(srd.Decoder):
desc = 'MIPS EJTAG protocol.'
license = 'gplv2+'
inputs = ['jtag']
- outputs = ['jtag_ejtag']
+ outputs = []
tags = ['Debug/trace']
annotations = (
('instruction', 'Instruction'),