From 5ce6019aee8fb2b7a5cca05cef5110a84a167c73 Mon Sep 17 00:00:00 2001 From: Marcel Telka Date: Fri, 14 Feb 2003 12:02:56 +0000 Subject: [PATCH] Added request for better boundary scan results output. git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@350 b68d4a1b-bc3d-0410-92ed-d4ac073336b7 --- jtag/TODO | 1 + 1 file changed, 1 insertion(+) diff --git a/jtag/TODO b/jtag/TODO index a245d0e9..dc3cbd4d 100644 --- a/jtag/TODO +++ b/jtag/TODO @@ -3,4 +3,5 @@ $Id$ * Add 'get signal' command. * Add support for non-IDCODE-capable parts. * Add support for script execution and .jtagrc. +* Support for display the result of a boundary scan formated according to the CPU definitions (e.g. MA[0-26] = 0x00001c00). * Remove direct relation between JTAG instruction and data register (e.g. ARM7TDMI).