summaryrefslogtreecommitdiff
path: root/decoders/sda2506
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/sda2506')
-rw-r--r--decoders/sda2506/pd.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/decoders/sda2506/pd.py b/decoders/sda2506/pd.py
index 8b63cf0..986312b 100644
--- a/decoders/sda2506/pd.py
+++ b/decoders/sda2506/pd.py
@@ -31,6 +31,7 @@ class Decoder(srd.Decoder):
license = 'gplv2+'
inputs = ['logic']
outputs = ['sda2506']
+ tags = ['IC', 'Memory']
channels = (
{'id': 'clk', 'name': 'CLK', 'desc': 'Clock'},
{'id': 'd', 'name': 'DATA', 'desc': 'Data'},