summaryrefslogtreecommitdiff
path: root/decoders/iec/pd.py
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/iec/pd.py')
-rw-r--r--decoders/iec/pd.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/decoders/iec/pd.py b/decoders/iec/pd.py
index 06fdc7a..957310c 100644
--- a/decoders/iec/pd.py
+++ b/decoders/iec/pd.py
@@ -35,6 +35,7 @@ class Decoder(srd.Decoder):
license = 'gplv2+'
inputs = ['logic']
outputs = ['gpib']
+ tags = ['PC', 'Retro computing']
channels = (
{'id': 'data', 'name': 'DATA', 'desc': 'Data I/O'},
{'id': 'clk', 'name': 'CLK', 'desc': 'Clock'},