]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/eeprom93xx/pd.py
Add PD tags handling and some tags
[libsigrokdecode.git] / decoders / eeprom93xx / pd.py
index d76b869756c25fbb6fb23a513ba641f46b280819..f0eed2ca8a1b984b94bf03c3bf62e83a744d298b 100644 (file)
@@ -28,6 +28,7 @@ class Decoder(srd.Decoder):
     license = 'gplv2+'
     inputs = ['microwire']
     outputs = ['eeprom93xx']
+    tags = ['Logic', 'Memory']
     options = (
         {'id': 'addresssize', 'desc': 'Address size', 'default': 8},
         {'id': 'wordsize', 'desc': 'Word size', 'default': 16},