summaryrefslogtreecommitdiff
path: root/decoders/eeprom93xx
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/eeprom93xx')
-rw-r--r--decoders/eeprom93xx/pd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/eeprom93xx/pd.py b/decoders/eeprom93xx/pd.py
index f0eed2c..9d8741b 100644
--- a/decoders/eeprom93xx/pd.py
+++ b/decoders/eeprom93xx/pd.py
@@ -28,7 +28,7 @@ class Decoder(srd.Decoder):
license = 'gplv2+'
inputs = ['microwire']
outputs = ['eeprom93xx']
- tags = ['Logic', 'Memory']
+ tags = ['IC', 'Memory']
options = (
{'id': 'addresssize', 'desc': 'Address size', 'default': 8},
{'id': 'wordsize', 'desc': 'Word size', 'default': 16},