aboutsummaryrefslogtreecommitdiff
path: root/doc/openocd.texi
diff options
context:
space:
mode:
authorPaul Fertser <fercerpav@gmail.com>2014-06-20 12:47:24 +0400
committerAndreas Fritiofson <andreas.fritiofson@gmail.com>2014-06-28 09:36:02 +0000
commita87e699edf7d4d2f772bfa8f50535ad9f3086a56 (patch)
tree99565c560e85f07dffd8cd36277bf3146cce1ce4 /doc/openocd.texi
parent335bafbb2561d92d1631050e6aa3c4ab93e3644e (diff)
downloadriscv-openocd-a87e699edf7d4d2f772bfa8f50535ad9f3086a56.zip
riscv-openocd-a87e699edf7d4d2f772bfa8f50535ad9f3086a56.tar.gz
riscv-openocd-a87e699edf7d4d2f772bfa8f50535ad9f3086a56.tar.bz2
jtag/drivers/ftdi: add option to declare signal aliases
This adds -alias|-nalias options to ftdi_layout_signal command that allow to declare a new signal based on an already defined one. Change-Id: I552578ebcd12ae21957a1c0d3b7e878adeff6df0 Signed-off-by: Paul Fertser <fercerpav@gmail.com> Reviewed-on: http://openocd.zylin.com/2181 Tested-by: jenkins Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
Diffstat (limited to 'doc/openocd.texi')
-rw-r--r--doc/openocd.texi6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi
index fa8f1c5..e51de4d 100644
--- a/doc/openocd.texi
+++ b/doc/openocd.texi
@@ -2767,7 +2767,7 @@ minimal impact on the target system. Avoid floating inputs, conflicting outputs
and initially asserted reset signals.
@end deffn
-@deffn {Config Command} {ftdi_layout_signal} name [@option{-data}|@option{-ndata} data_mask] [@option{-oe}|@option{-noe} oe_mask]
+@deffn {Config Command} {ftdi_layout_signal} name [@option{-data}|@option{-ndata} data_mask] [@option{-oe}|@option{-noe} oe_mask] [@option{-alias}|@option{-nalias} name]
Creates a signal with the specified @var{name}, controlled by one or more FTDI
GPIO pins via a range of possible buffer connections. The masks are FTDI GPIO
register bitmasks to tell the driver the connection and type of the output
@@ -2790,6 +2790,10 @@ target without any buffer. The FTDI pin is then switched between output and
input as necessary to provide the full set of low, high and Hi-Z
characteristics. In all other cases, the pins specified in a signal definition
are always driven by the FTDI.
+
+If @option{-alias} or @option{-nalias} is used, the signal is created
+identical (or with data inverted) to an already specified signal
+@var{name}.
@end deffn
@deffn {Command} {ftdi_set_signal} name @option{0}|@option{1}|@option{z}