diff options
Diffstat (limited to 'decoders/jtag_ejtag')
-rw-r--r-- | decoders/jtag_ejtag/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/jtag_ejtag/pd.py b/decoders/jtag_ejtag/pd.py index 5f026fa..0bffde8 100644 --- a/decoders/jtag_ejtag/pd.py +++ b/decoders/jtag_ejtag/pd.py @@ -197,7 +197,7 @@ class Decoder(srd.Decoder): license = 'gplv2+' inputs = ['jtag'] outputs = ['jtag_ejtag'] - tags = ['Logic', 'MCU Debugging', 'Bus'] + tags = ['Debug/trace'] annotations = ( ('instruction', 'Instruction'), ) + regs_items['ann'] + ( |