X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fjtag_ejtag%2Fpd.py;h=f16f0b4edcae289cd75b4ec740e48191d57c766e;hb=6a44fc57450a86401a979fda722e44e87de63832;hp=a54e5e9ede61cf7232a9c0b45356dd59940d52b5;hpb=2787cf2abc0187679e87d3735ca3e64c2a1a91c8;p=libsigrokdecode.git 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'),