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