]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/parallel/pd.py
ntf905: Add/rename required self.reset() method.
[libsigrokdecode.git] / decoders / parallel / pd.py
index 7151ab194a322baae6b1cb1b269d053bbe9efe9a..8f23aa836e9f985ca456287a62d9d29f3365cef9 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',
@@ -86,8 +86,8 @@ class Decoder(srd.Decoder):
             'default': 'little', 'values': ('little', 'big')},
     )
     annotations = (
-        ('items', 'Items'),
-        ('words', 'Words'),
+        ('item', 'Item'),
+        ('word', 'Word'),
     )
     annotation_rows = (
         ('items', 'Items', (0,)),