]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/z80/pd.py
Add PD tags handling and some tags
[libsigrokdecode.git] / decoders / z80 / pd.py
index b7ff9a56b16ac83cc62bba2e6781876241b306dc..bcfcdbdab9dc779998d7d85e9cd73f0c10494b85 100644 (file)
@@ -72,6 +72,7 @@ class Decoder(srd.Decoder):
     license  = 'gplv3+'
     inputs   = ['logic']
     outputs  = ['z80']
+    tags = ['Logic', 'MCU Debugging']
     channels = tuple({
             'id': 'd%d' % i,
             'name': 'D%d' % i,