]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/jtag/__init__.py
All PDs: Only import the 'Decoder' object.
[libsigrokdecode.git] / decoders / jtag / __init__.py
index 21ec679358a1e76cbf14949607e431306e3ed53a..863ef09abbfbf44220b30d6d12a0d112c8d00c40 100644 (file)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the sigrok project.
+## This file is part of the libsigrokdecode project.
 ##
 ## Copyright (C) 2012 Uwe Hermann <uwe@hermann-uwe.de>
 ##
 ##
 
 '''
-JTAG protocol decoder.
+JTAG (Joint Test Action Group), a.k.a. "IEEE 1149.1: Standard Test Access Port
+and Boundary-Scan Architecture", is a protocol used for testing, debugging,
+and flashing various digital ICs.
 
 Details:
-TODO
+https://en.wikipedia.org/wiki/Joint_Test_Action_Group
+http://focus.ti.com/lit/an/ssya002c/ssya002c.pdf
 '''
 
-from .jtag import *
-
+from .pd import Decoder