mirror of
git://git.code.sf.net/p/openocd/code
synced 2025-06-29 19:33:10 +10:00
also contains target configuration for the Xilinx UltraScale+ platform Change-Id: I6300cbc85c1ed71df71d8aaca59500bbf18f0093 Signed-off-by: Matthias Welwarsky <matthias.welwarsky@sysgo.com> Reviewed-on: http://openocd.zylin.com/4467 Tested-by: jenkins Reviewed-by: Matthias Welwarsky <matthias@welwarsky.de>
17 lines
343 B
INI
17 lines
343 B
INI
#
|
|
# AVNET UltraZED EG StarterKit
|
|
# UlraScale-EG plus IO Carrier with on-board digilent smt2
|
|
#
|
|
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
|
|
adapter_khz 1000
|
|
|
|
set CHIPNAME uscale
|
|
|
|
source [find target/xilinx_ultrascale.cfg]
|