tcl/board: add SPDX tag
[fw/openocd] / tcl / board / reflexces_achilles_i-dev_kit_arria10.cfg
1 # SPDX-License-Identifier: GPL-2.0-or-later
2
3 # Achilles Instant-Development Kit Arria 10 SoC SoM
4 # https://www.reflexces.com/products-solutions/achilles-instant-development-kit-arria-10-soc-som
5 #
6
7 if { [info exists USE_EXTERNAL_DEBUGGER] } {
8         echo "Using external debugger"
9 } else {
10         source [find interface/altera-usb-blaster2.cfg]
11         usb_blaster device_desc "Arria10 IDK"
12 }
13
14 source [find fpga/altera-10m50.cfg]
15 source [find target/altera_fpgasoc_arria10.cfg]