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