This is an automated email from Gerrit.

Paul Fertser ([email protected]) just uploaded a new patch set to Gerrit, 
which you can find at http://openocd.zylin.com/4314

-- gerrit

commit d4c75a6883a58f00767486e7c5c3d53c2b8e5b00
Author: Paul Fertser <[email protected]>
Date:   Thu Dec 21 13:40:29 2017 +0300

    doc: add SVF optional arguments descriptions
    
    Change-Id: I1a3e5b04b6bc4821c4d11c8fcb33b426d6d41bfb
    Signed-off-by: Paul Fertser <[email protected]>

diff --git a/doc/openocd.texi b/doc/openocd.texi
index ebd03c4..4ffc0aa 100644
--- a/doc/openocd.texi
+++ b/doc/openocd.texi
@@ -8779,11 +8779,27 @@ way to represent JTAG test patterns in text files.
 In a debug session using JTAG for its transport protocol,
 OpenOCD supports running such test files.
 
-@deffn Command {svf} filename [@option{quiet}]
+@deffn Command {svf} @file{filename} [@option{-tap @var{tapname}}] 
[@option{[-]quiet}] @
+                     [@option{[-]nil}] [@option{[-]progress}] 
[@option{[-]ignore_error}]
 This issues a JTAG reset (Test-Logic-Reset) and then
 runs the SVF script from @file{filename}.
-Unless the @option{quiet} option is specified,
-each command is logged before it is executed.
+
+Arguments can be specified in any order; the optional minus doesn't
+affect their semantics.
+
+Command options:
+@itemize @minus
+@item @option{-tap @var{tapname}} ignore IR and DR headers and footers
+as specified by the SVF file (HIR, TIR, HDR, TDR) and calculate them
+automatically according to the current JTAG chain configuration,
+targetting @var{tapname};
+@item @option{[-]quiet} do not log every command before execution;
+@item @option{[-]nil} ``dry run'', i.e. do not perform any operations
+on the real interface;
+@item @option{[-]progress} enable progress indication;
+@item @option{[-]ignore_error} continue execution despite TDO check
+errors.
+@end itemize
 @end deffn
 
 @section XSVF: Xilinx Serial Vector Format

-- 

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to