From 4c180223a8ae12feb7bc3601e07e848fb9cdb493 Mon Sep 17 00:00:00 2001 From: Soeren Apel Date: Fri, 28 Dec 2018 11:41:41 +0100 Subject: Add PD tags handling and some tags --- decoders/sdcard_spi/pd.py | 1 + 1 file changed, 1 insertion(+) (limited to 'decoders/sdcard_spi/pd.py') diff --git a/decoders/sdcard_spi/pd.py b/decoders/sdcard_spi/pd.py index 7c59634..8ed7098 100644 --- a/decoders/sdcard_spi/pd.py +++ b/decoders/sdcard_spi/pd.py @@ -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)) + ( \ -- cgit v1.2.3-70-g09d2