aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Anselmi <danselmi@gmx.ch>2024-02-19 23:22:19 +0100
committerAntonio Borneo <borneo.antonio@gmail.com>2024-06-15 14:25:17 +0000
commitbf4be566a7e7f510977533a0402716d92f208f95 (patch)
treef7b7d3fe3d0bc374db8cda8f24492f2ac8b02437
parent9bc7a381b26703f38752771b924fe1c4b918b23d (diff)
downloadriscv-openocd-bf4be566a7e7f510977533a0402716d92f208f95.zip
riscv-openocd-bf4be566a7e7f510977533a0402716d92f208f95.tar.gz
riscv-openocd-bf4be566a7e7f510977533a0402716d92f208f95.tar.bz2
pld: small documentation fixes.
Change-Id: I969f51c38fc0c34c6bdba98b0e618d7f28ea4052 Signed-off-by: Daniel Anselmi <danselmi@gmx.ch> Reviewed-on: https://review.openocd.org/c/openocd/+/8084 Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com> Tested-by: jenkins
-rw-r--r--doc/openocd.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi
index 03fa944..e46e600 100644
--- a/doc/openocd.texi
+++ b/doc/openocd.texi
@@ -8799,8 +8799,8 @@ The file format must be inferred by the driver.
@section PLD/FPGA Drivers, Options, and Commands
-Drivers may support PLD-specific options to the @command{pld device}
-definition command, and may also define commands usable only with
+Drivers may support PLD-specific options to the @command{pld create}
+command, and may also define commands usable only with
that particular type of PLD.
@deffn {FPGA Driver} {virtex2} [@option{-no_jstart}]
@@ -8888,7 +8888,7 @@ For the option @option{-family} @var{name} is one of @var{trion|titanium}.
@deffn {FPGA Driver} {intel} @option{-family} <name>
This driver can be used to load the bitstream into Intel (former Altera) FPGAs.
-The families Cyclone III, Cyclone IV, Cyclone V, Cyclone 10, Arria II are supported.
+The families Cyclone III, Cyclone IV, Cyclone V, Cyclone 10 and Arria II are supported.
@c Arria V and Arria 10, MAX II, MAX V, MAX10)
The option @option{-family} @var{name} is one of @var{cycloneiii cycloneiv cyclonev cyclone10 arriaii}.