aboutsummaryrefslogtreecommitdiff
path: root/doc/openocd.texi
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:05 +0000
commit9bc7a381b26703f38752771b924fe1c4b918b23d (patch)
tree0910f0cea46344e6b08008384c2ab86def7fab80 /doc/openocd.texi
parent7e4c9609ca9dfd2734f59d6261d2681b2211283b (diff)
downloadriscv-openocd-9bc7a381b26703f38752771b924fe1c4b918b23d.zip
riscv-openocd-9bc7a381b26703f38752771b924fe1c4b918b23d.tar.gz
riscv-openocd-9bc7a381b26703f38752771b924fe1c4b918b23d.tar.bz2
pld/intel: remove idcodes from intel.c
Remove list of id codes for all families. Maintain a list with id, bscan-length and check position in the tcl config files for each family. The Intel FPGA Driver option 'family' is not otional anymore. Change-Id: I9a40a041069e84f6b4728f2cd715756a36759c89 Signed-off-by: Daniel Anselmi <danselmi@gmx.ch> Reviewed-on: https://review.openocd.org/c/openocd/+/8083 Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com> Tested-by: jenkins
Diffstat (limited to 'doc/openocd.texi')
-rw-r--r--doc/openocd.texi5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi
index 8c9f3ff..03fa944 100644
--- a/doc/openocd.texi
+++ b/doc/openocd.texi
@@ -8886,13 +8886,12 @@ For the option @option{-family} @var{name} is one of @var{trion|titanium}.
@end deffn
-@deffn {FPGA Driver} {intel} [@option{-family} <name>]
+@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.
@c Arria V and Arria 10, MAX II, MAX V, MAX10)
-For the option @option{-family} @var{name} is one of @var{cycloneiii cycloneiv cyclonev cyclone10 arriaii}.
-This is needed when the JTAG ID of the device is ambiguous (same ID is used for chips in different families).
+The option @option{-family} @var{name} is one of @var{cycloneiii cycloneiv cyclonev cyclone10 arriaii}.
As input file format the driver supports a '.rbf' (raw bitstream file) file. The '.rbf' file can be generated
from a '.sof' file with @verb{|quartus_cpf -c blinker.sof blinker.rbf|}