This is an automated email from Gerrit. "zapb <[email protected]>" just uploaded a new patch set to Gerrit, which you can find at https://review.openocd.org/c/openocd/+/9654
-- gerrit commit 89521f2427cd8366553d42012278109dc76e7464 Author: Marc Schink <[email protected]> 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 <[email protected]> diff --git a/doc/openocd.texi b/doc/openocd.texi index 2b70054f8f..a7ea2898eb 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -3700,6 +3700,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} --
