]> git.sur5r.net Git - openocd/blob - tcl/board/reflexces_achilles_i-dev_kit_arria10.cfg
target|board: Add Intel (Altera) Arria 10 target and related board
[openocd] / tcl / board / reflexces_achilles_i-dev_kit_arria10.cfg
1 # Achilles Instant-Development Kit Arria 10 SoC SoM
2 # https://www.reflexces.com/products-solutions/achilles-instant-development-kit-arria-10-soc-som
3 #
4
5 if { [info exists USE_EXTERNAL_DEBUGGER] } {
6         echo "Using external debugger"
7 } else {
8         source [find interface/altera-usb-blaster2.cfg]
9         usb_blaster_device_desc "Arria10 IDK"
10 }
11
12 source [find fpga/altera-10m50.cfg]
13 source [find target/altera_fpgasoc_arria10.cfg]