]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/parallel/pd.py
Add PD tags handling and some tags
[libsigrokdecode.git] / decoders / parallel / pd.py
index 0e81344855a204c2407cc285f6102e2f3dc14943..7151ab194a322baae6b1cb1b269d053bbe9efe9a 100644 (file)
@@ -75,6 +75,7 @@ class Decoder(srd.Decoder):
     license = 'gplv2+'
     inputs = ['logic']
     outputs = ['parallel']
+    tags = ['Logic', 'Bus']
     optional_channels = channel_list(NUM_CHANNELS)
     options = (
         {'id': 'clock_edge', 'desc': 'Clock edge to sample on',