|
From: openocd-gerrit <ope...@us...> - 2026-05-30 18:15:38
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Main OpenOCD repository".
The branch, master has been updated
via c83a7e8914965a111f9fed0616ea4770b0ee7c41 (commit)
from 469bc084efb2694c5ce47bee4199b5294fe54728 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit c83a7e8914965a111f9fed0616ea4770b0ee7c41
Author: Marc Schink <de...@za...>
Date: Wed May 13 02:59:50 2026 +0200
docs: Add missing JTAG VPI commands
Add the missing documentation for the commands of the JTAG VPI adapter
driver.
Change-Id: Ied5c742b0ed4b64d8bf19131ba1c80d7fd034606
Signed-off-by: Marc Schink <de...@za...>
Reviewed-on: https://review.openocd.org/c/openocd/+/9654
Tested-by: jenkins
Reviewed-by: Antonio Borneo <bor...@gm...>
diff --git a/doc/openocd.texi b/doc/openocd.texi
index 6538ff936..bea9ceb6e 100644
--- a/doc/openocd.texi
+++ b/doc/openocd.texi
@@ -3699,6 +3699,23 @@ Specifies the TCP/IP address of the SystemVerilog DPI server interface.
@end deffn
@end deffn
+@deffn {Interface Driver} {jtag_vpi}
+A JTAG driver acting as a client for the JTAG VPI server interface.
+
+@deffn {Config Command} {jtag_vpi set_address} address
+Specifies the TCP/IP address of the JTAG VPI server.
+@end deffn
+
+@deffn {Config Command} {jtag_vpi set_port} port
+Specifies the TCP/IP port number of the JTAG VPI server.
+@end deffn
+
+@deffn {Config Command} {jtag_vpi stop_sim_on_exit} (@option{on}|@option{off})
+Specifies whether simulation stop command shall be sent before OpenOCD exits.
+The default is @option{off}.
+@end deffn
+@end deffn
+
@deffn {Interface Driver} {buspirate}
-----------------------------------------------------------------------
Summary of changes:
doc/openocd.texi | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
hooks/post-receive
--
Main OpenOCD repository
|