mirror of
git://git.code.sf.net/p/openocd/code
synced 2025-07-19 08:38:14 +10:00
Change-Id: Ie520e761c255ba1335d5aab9c6825f160a6151d9 Signed-off-by: Daniel Anselmi <danselmi@gmx.ch> Reviewed-on: https://review.openocd.org/c/openocd/+/7288 Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com> Tested-by: jenkins
24 lines
552 B
INI
24 lines
552 B
INI
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
# efinix titanium
|
|
# https://www.efinixinc.com/docs/an048-jtag-bst-titanium-v1.0.pdf
|
|
|
|
if { [info exists CHIPNAME] } {
|
|
set _CHIPNAME $CHIPNAME
|
|
} else {
|
|
set _CHIPNAME titanium
|
|
}
|
|
|
|
jtag newtap $_CHIPNAME tap -irlen 5 -ignore-version \
|
|
-expected-id 0x10661A79 \
|
|
-expected-id 0x00360A79 \
|
|
-expected-id 0x10660A79 \
|
|
-expected-id 0x00681A79 \
|
|
-expected-id 0x00688A79 \
|
|
-expected-id 0x00682A79 \
|
|
-expected-id 0x0068CA79 \
|
|
-expected-id 0x00680A79 \
|
|
-expected-id 0x00684A79
|
|
|
|
pld device efinix $_CHIPNAME.tap
|