diff options
Diffstat (limited to 'decoders/jtag')
-rw-r--r-- | decoders/jtag/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/jtag/pd.py b/decoders/jtag/pd.py index 16d0c47..618613e 100644 --- a/decoders/jtag/pd.py +++ b/decoders/jtag/pd.py @@ -62,7 +62,7 @@ class Decoder(srd.Decoder): license = 'gplv2+' inputs = ['logic'] outputs = ['jtag'] - tags = ['Logic', 'MCU Debugging', 'Bus'] + tags = ['Debug/trace'] channels = ( {'id': 'tdi', 'name': 'TDI', 'desc': 'Test data input'}, {'id': 'tdo', 'name': 'TDO', 'desc': 'Test data output'}, |