2022-06-12 16:48:05 -05:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
|
2018-03-13 11:03:38 -05:00
|
|
|
#
|
|
|
|
# AVNET UltraZED EG StarterKit
|
2019-01-14 04:51:37 -06:00
|
|
|
# ZynqMP UlraScale-EG plus IO Carrier with on-board digilent smt2
|
2018-03-13 11:03:38 -05:00
|
|
|
#
|
|
|
|
source [find interface/ftdi/digilent_jtag_smt2_nc.cfg]
|
|
|
|
# jtag transport only
|
|
|
|
transport select jtag
|
|
|
|
# reset lines are not wired
|
|
|
|
reset_config none
|
|
|
|
|
|
|
|
# slow default clock
|
2019-08-23 08:51:00 -05:00
|
|
|
adapter speed 1000
|
2018-03-13 11:03:38 -05:00
|
|
|
|
|
|
|
set CHIPNAME uscale
|
|
|
|
|
2019-01-14 04:51:37 -06:00
|
|
|
source [find target/xilinx_zynqmp.cfg]
|