summaryrefslogtreecommitdiff
path: root/decoders/mdio/pd.py
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/mdio/pd.py')
-rw-r--r--decoders/mdio/pd.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/decoders/mdio/pd.py b/decoders/mdio/pd.py
index 2522912..8e970b1 100644
--- a/decoders/mdio/pd.py
+++ b/decoders/mdio/pd.py
@@ -37,6 +37,7 @@ class Decoder(srd.Decoder):
license = 'bsd'
inputs = ['logic']
outputs = ['mdio']
+ tags = ['Networking']
channels = (
{'id': 'mdc', 'name': 'MDC', 'desc': 'Clock'},
{'id': 'mdio', 'name': 'MDIO', 'desc': 'Data'},