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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/mdio/pd.py b/decoders/mdio/pd.py
index 8e970b1..15414e5 100644
--- a/decoders/mdio/pd.py
+++ b/decoders/mdio/pd.py
@@ -33,7 +33,7 @@ class Decoder(srd.Decoder):
id = 'mdio'
name = 'MDIO'
longname = 'Management Data Input/Output'
- desc = 'Half-duplex sync serial bus for MII management between MAC and PHY.'
+ desc = 'MII management bus between MAC and PHY.'
license = 'bsd'
inputs = ['logic']
outputs = ['mdio']