diff options
author | Tim 'mithro' Ansell <mithro@mithis.com> | 2015-09-27 20:54:07 +1000 |
---|---|---|
committer | Paul Fertser <fercerpav@gmail.com> | 2015-10-21 09:11:09 +0100 |
commit | 9168eef15dc08937b600a8e05ba84c2adb6f4af0 (patch) | |
tree | 0ed40938c89d9c28b046b583d28c43fc72552f80 /tcl/board | |
parent | 561cd67cff90522ad85589ffd4e626dd0295d28b (diff) |
tcl: Adding the Digilent Atlys board.
The board is supported via the ixo-usb-jtag firmware.
Change-Id: I1e8a5ead850c0843b8532a5b54a7e7117778278e
Signed-off-by: Tim 'mithro' Ansell <mithro@mithis.com>
Reviewed-on: http://openocd.zylin.com/2962
Tested-by: jenkins
Reviewed-by: Paul Fertser <fercerpav@gmail.com>
Diffstat (limited to 'tcl/board')
-rw-r--r-- | tcl/board/digilent_atlys.cfg | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tcl/board/digilent_atlys.cfg b/tcl/board/digilent_atlys.cfg new file mode 100644 index 00000000..f298e3d7 --- /dev/null +++ b/tcl/board/digilent_atlys.cfg @@ -0,0 +1,17 @@ +# http://digilentinc.com/atlys/ +# +# The Digilent Atlys normally requires proprietary tools to program and will +# enumerate as: +# ID 1443:0007 Digilent Development board JTAG +# +# However, the ixo-usb-jtag project provides an alternative open firmware for +# the on board programmer. When using thie firmware the board will then +# enumerate as: +# ID 16c0:06ad Van Ooijen Technische Informatica +# (With SerialNumber == hw_nexys) +# +# See the interface/usb-jtag.cfg for more information. + +source [find interface/usb-jtag.cfg] +source [find cpld/xilinx-xc6s.cfg] +source [find cpld/jtagspi.cfg] |