]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/sdcard_sd/pd.py
Add PD tags handling and some tags
[libsigrokdecode.git] / decoders / sdcard_sd / pd.py
index 9402f7ef7692bc486cc9b6adf9b5e3ba379d8bdd..6f9d2cb2d63e9cb9a8f94835296dc25cc0f098a6 100644 (file)
@@ -29,6 +29,7 @@ class Decoder(srd.Decoder):
     license = 'gplv2+'
     inputs = ['logic']
     outputs = ['sdcard_sd']
+    tags = ['Logic', 'Memory']
     channels = (
         {'id': 'cmd',  'name': 'CMD',  'desc': 'Command'},
         {'id': 'clk',  'name': 'CLK',  'desc': 'Clock'},