riscv-openocd-wch/tcl/board/reflexces_achilles_i-dev_kit_arria10.cfg

14 lines
413 B
INI
Raw Normal View History

2022-03-29 09:01:37 +00:00
# Achilles Instant-Development Kit Arria 10 SoC SoM
# https://www.reflexces.com/products-solutions/achilles-instant-development-kit-arria-10-soc-som
#
if { [info exists USE_EXTERNAL_DEBUGGER] } {
echo "Using external debugger"
} else {
source [find interface/altera-usb-blaster2.cfg]
usb_blaster device_desc "Arria10 IDK"
}
source [find fpga/altera-10m50.cfg]
source [find target/altera_fpgasoc_arria10.cfg]