aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Anselmi <danselmi@gmx.ch>2023-06-07 01:11:49 +0200
committerAntonio Borneo <borneo.antonio@gmail.com>2023-07-08 18:02:29 +0000
commite95f8e2b25c36fd290c29b4b553da5d16dfc620f (patch)
tree8411e760d3d9a3895fb183ccb57f13895eb9d81b
parentd654e523babd26fc8d62a8fa0814c9de84826e0d (diff)
downloadriscv-openocd-e95f8e2b25c36fd290c29b4b553da5d16dfc620f.zip
riscv-openocd-e95f8e2b25c36fd290c29b4b553da5d16dfc620f.tar.gz
riscv-openocd-e95f8e2b25c36fd290c29b4b553da5d16dfc620f.tar.bz2
pld/gowin: add missing documentation
Add short description for gowin {read_status/read_user/reload} commands. Change-Id: Ib441f3a2c0f00346decdeb505c27afa2630e9b5d Signed-off-by: Daniel Anselmi <danselmi@gmx.ch> Reviewed-on: https://review.openocd.org/c/openocd/+/7736 Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com> Tested-by: jenkins
-rw-r--r--doc/openocd.texi15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi
index 05951bb..cab30c6 100644
--- a/doc/openocd.texi
+++ b/doc/openocd.texi
@@ -8709,6 +8709,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} pld_name
+Reads and displays the status register
+for FPGA @var{pld_name}.
+@end deffn
+
+@deffn {Command} {gowin read_user} pld_name
+Reads and displays the user register
+for FPGA @var{pld_name}.
+@end deffn
+
+@deffn {Command} {gowin reload} pld_name
+Load the bitstream from external memory for
+FPGA @var{pld_name}. A.k.a. refresh.
+@end deffn
@end deffn