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