mirror of
https://github.com/silenty4ng/uv-k5-firmware-chinese-lts
synced 2025-01-26 04:04:24 +00:00
15 lines
458 B
INI
15 lines
458 B
INI
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
# 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]
|