]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/spiflash/pd.py
decoders: Add/update tags for each PD.
[libsigrokdecode.git] / decoders / spiflash / pd.py
index bbdf3fb113080fde58dcd7e73bf726d824cf706c..ffac02890b46a0db8d5fb13d6c900ec15f1579f5 100644 (file)
@@ -79,6 +79,7 @@ class Decoder(srd.Decoder):
     license = 'gplv2+'
     inputs = ['spi']
     outputs = ['spiflash']
+    tags = ['IC', 'Memory']
     annotations = cmd_annotation_classes() + (
         ('bit', 'Bit'),
         ('field', 'Field'),