X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fjtag%2F__init__.py;h=51bb629988b11d69a6a98efbdd12003859fc3f10;hp=21ec679358a1e76cbf14949607e431306e3ed53a;hb=4539e9ca58966ce3c9cad4801b16c315e86ace01;hpb=557a143d8018ac5b25b0cdde99415433e3663f62 diff --git a/decoders/jtag/__init__.py b/decoders/jtag/__init__.py index 21ec679..51bb629 100644 --- a/decoders/jtag/__init__.py +++ b/decoders/jtag/__init__.py @@ -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 ## @@ -14,16 +14,17 @@ ## GNU General Public License for more details. ## ## You should have received a copy of the GNU General Public License -## along with this program; if not, write to the Free Software -## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +## along with this program; if not, see . ## ''' -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