tcl/interface: replace last deprecated commands
[fw/openocd] / tcl / board / digilent_atlys.cfg
1 # SPDX-License-Identifier: GPL-2.0-or-later
2
3 # http://digilentinc.com/atlys/
4 #
5 # The Digilent Atlys normally requires proprietary tools to program and will
6 # enumerate as:
7 #   ID 1443:0007 Digilent Development board JTAG
8 #
9 # However, the ixo-usb-jtag project provides an alternative open firmware for
10 # the on board programmer. When using this firmware the board will then
11 # enumerate as:
12 #   ID 16c0:06ad Van Ooijen Technische Informatica
13 # (With SerialNumber == hw_nexys)
14 #
15 # See the interface/usb-jtag.cfg for more information.
16
17 source [find interface/usb-jtag.cfg]
18 source [find cpld/xilinx-xc6s.cfg]
19 source [find cpld/jtagspi.cfg]