This is an automated email from Gerrit.

"Daniel Anselmi <danse...@gmx.ch>" just uploaded a new patch set to Gerrit, 
which you can find at https://review.openocd.org/c/openocd/+/7736

-- gerrit

commit a8caa5fbe3327dcc95722c9a445e759eaa28d3cf
Author: Daniel Anselmi <danse...@gmx.ch>
Date:   Wed Jun 7 01:11:49 2023 +0200

    pld/gowin: add missing documentation
    
    Ddd short description for gowin {read_status/read_user/reload}
    commands.
    
    Change-Id: Ib441f3a2c0f00346decdeb505c27afa2630e9b5d
    Signed-off-by: Daniel Anselmi <danse...@gmx.ch>

diff --git a/doc/openocd.texi b/doc/openocd.texi
index 9b485c5e1f..b9ae7e70e6 100644
--- a/doc/openocd.texi
+++ b/doc/openocd.texi
@@ -8580,6 +8580,21 @@ With a value of -1 for @var{pos} the check will be 
omitted.
 This driver can be used to load the bitstream into FPGAs from Gowin.
 It is possible to program the SRAM. Programming the flash is not supported.
 The files @verb{|.fs|} and @verb{|.bin|} generated by Gowin FPGA Designer are 
supported.
+
+@deffn {Command} {gowin read_status} num
+Reads and displays the status register
+for FPGA @var{num}.
+@end deffn
+
+@deffn {Command} {gowin read_user} num
+Reads and displays the user register
+for FPGA @var{num}.
+@end deffn
+
+@deffn {Command} {gowin reload} num
+Load the bitstream from external memory for
+FPGA @var{num}. A.k.a. refresh.
+@end deffn
 @end deffn
 
 

-- 

Reply via email to