Skip to content

Latest commit

 

History

History

DecodeJtagIdcode

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

OVERVIEW

decode-jtag-idcode.pl version 1.02

This command-line tool breaks a JTAG IDCODE up into fields as specified in IEEE standard 1149.1.

USAGE

perl decode-jtag-idcode.pl [options] <0xIDCOD>

Example:

perl decode-jtag-idcode.pl 0x4ba00477

OPTIONS

  • -h, --help

    Print this help text.

  • --version

    Prints the name and version number.

  • --license

    Print the license.

EXIT CODE

Exit code: 0 on success, some other value on error.

FEEDBACK

Please send feedback to rdiezmail-tools at yahoo.de

LICENSE

Copyright (C) 2013 R. Diez

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License version 3 as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License version 3 for more details.

You should have received a copy of the GNU Affero General Public License version 3 along with this program. If not, see http://www.gnu.org/licenses/.