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