diff options
Diffstat (limited to 'decoders/jtag')
-rw-r--r-- | decoders/jtag/jtag.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/jtag/jtag.py b/decoders/jtag/jtag.py index baeb764..4e27ce8 100644 --- a/decoders/jtag/jtag.py +++ b/decoders/jtag/jtag.py @@ -26,7 +26,7 @@ class Decoder(srd.Decoder): api_version = 1 id = 'jtag' name = 'JTAG' - longname = 'Joint Test Action Group' + longname = 'Joint Test Action Group (IEEE 1149.1)' desc = 'Protocol for testing, debugging, and flashing ICs.' license = 'gplv2+' inputs = ['logic'] |