]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/sdcard_spi/pd.py
Add PD tags handling and some tags
[libsigrokdecode.git] / decoders / sdcard_spi / pd.py
index 7c596345b1c1b8c655dab78e10a4748d0a0ee80f..8ed709800a48d3161505198648b2ef8a97dfdb1e 100644 (file)
@@ -29,6 +29,7 @@ class Decoder(srd.Decoder):
     license = 'gplv2+'
     inputs = ['spi']
     outputs = ['sdcard_spi']
+    tags = ['Logic', 'Memory']
     annotations = \
         tuple(('cmd%d' % i, 'CMD%d' % i) for i in range(64)) + \
         tuple(('acmd%d' % i, 'ACMD%d' % i) for i in range(64)) + ( \