diff options
author | Daniel Anselmi <danselmi@gmx.ch> | 2023-04-15 01:13:12 +0200 |
---|---|---|
committer | Antonio Borneo <borneo.antonio@gmail.com> | 2023-07-08 18:03:18 +0000 |
commit | 373d7eaa706b4895cb94e5f563526aec865c8814 (patch) | |
tree | c22fa0a79a8ed12a5ff28c4718b17eb881658934 /doc | |
parent | e95f8e2b25c36fd290c29b4b553da5d16dfc620f (diff) | |
download | riscv-openocd-373d7eaa706b4895cb94e5f563526aec865c8814.zip riscv-openocd-373d7eaa706b4895cb94e5f563526aec865c8814.tar.gz riscv-openocd-373d7eaa706b4895cb94e5f563526aec865c8814.tar.bz2 |
pld/virtex2: add program/refresh command
Change-Id: If6d237a6f27c4232849f73d08e7ca74276e6d464
Signed-off-by: Daniel Anselmi <danselmi@gmx.ch>
Reviewed-on: https://review.openocd.org/c/openocd/+/7714
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
Tested-by: jenkins
Diffstat (limited to 'doc')
-rw-r--r-- | doc/openocd.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi index cab30c6..ee67e75 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -8638,6 +8638,10 @@ SSI devices are using different values. Change values for boundary scan instructions selecting the registers USER1 to USER4. Description of the arguments can be found at command @command{virtex2 set_instr_codes}. @end deffn + +@deffn {Command} {virtex2 program} pld_name +Load the bitstream from external memory for FPGA @var{pld_name}. A.k.a. refresh. +@end deffn @end deffn |