You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Conflicts:
* `doc/openocd.texi`: due to d382c95,
resolved by selecting the upstream version.
* `src/server/gdb_server.c`: between
944fe66 and
92e8823. Resolved by adopting the use
of `LOG_TARGET_*`.
* `src/target/target.c`: between
639e68a and
c5358c8, selected the version from
`riscv-openocd`.
Change-Id: Ic1327f25e147945e0ec82947a82452501e8ee5de
This driver can be used to load the bitstream into Intel (former Altera) FPGAs.
8919
-
The families Cyclone III, Cyclone IV, Cyclone V, Cyclone 10, Arria II are supported.
8920
+
The families Cyclone III, Cyclone IV, Cyclone V, Cyclone 10 and Arria II are supported.
8920
8921
@c Arria V and Arria 10, MAX II, MAX V, MAX10)
8921
8922
8922
-
For the option @option{-family} @var{name} is one of @var{cycloneiii cycloneiv cyclonev cyclone10 arriaii}.
8923
-
This is needed when the JTAG ID of the device is ambiguous (same ID is used for chips in different families).
8923
+
The option @option{-family} @var{name} is one of @var{cycloneiii cycloneiv cyclonev cyclone10 arriaii}.
8924
8924
8925
8925
As input file format the driver supports a '.rbf' (raw bitstream file) file. The '.rbf' file can be generated
8926
8926
from a '.sof' file with @verb{|quartus_cpf -c blinker.sof blinker.rbf|}
@@ -11376,7 +11376,6 @@ tunneled DR scan consists of:
11376
11376
@item A width+1 stream of bits for the tunneled TDI. The plus one is because there is a one-clock skew between TDI of Xilinx chain and TDO from tunneled chain.
11377
11377
@item 3 bits of zero that the tunnel uses to go back to idle state.
11378
11378
@end enumerate
11379
-
11380
11379
@end deffn
11381
11380
11382
11381
@deffn {Command} {riscv set_bscan_tunnel_ir} value
0 commit comments