From b518a2fd73c8b22d3fbb5032ece1e1303df016b1 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Thu, 21 Jun 2018 21:55:55 +0200 Subject: [PATCH] jtag_ejtag: Add short description in __init__.py. --- decoders/jtag_ejtag/__init__.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/decoders/jtag_ejtag/__init__.py b/decoders/jtag_ejtag/__init__.py index 41b3641..1c66dcd 100644 --- a/decoders/jtag_ejtag/__init__.py +++ b/decoders/jtag_ejtag/__init__.py @@ -17,4 +17,9 @@ ## along with this program; if not, see . ## +''' +This decoder stacks on top of the 'jtag' PD and decodes JTAG data specific +to the MIPS EJTAG protocol. +''' + from .pd import Decoder -- 2.30.2