summaryrefslogtreecommitdiff
path: root/decoders/parallel
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/parallel')
-rw-r--r--decoders/parallel/pd.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/decoders/parallel/pd.py b/decoders/parallel/pd.py
index 0e81344..7151ab1 100644
--- a/decoders/parallel/pd.py
+++ b/decoders/parallel/pd.py
@@ -75,6 +75,7 @@ class Decoder(srd.Decoder):
license = 'gplv2+'
inputs = ['logic']
outputs = ['parallel']
+ tags = ['Logic', 'Bus']
optional_channels = channel_list(NUM_CHANNELS)
options = (
{'id': 'clock_edge', 'desc': 'Clock edge to sample on',