mirror of
https://github.com/silenty4ng/uv-k5-firmware-chinese-lts
synced 2025-01-27 04:33:52 +00:00
18 lines
426 B
INI
18 lines
426 B
INI
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
||
|
|
||
|
# efinix trion
|
||
|
# https://www.efinixinc.com/docs/an021-jtag-bst-trion-v1.0.pdf
|
||
|
|
||
|
if { [info exists CHIPNAME] } {
|
||
|
set _CHIPNAME $CHIPNAME
|
||
|
} else {
|
||
|
set _CHIPNAME trion
|
||
|
}
|
||
|
|
||
|
jtag newtap $_CHIPNAME tap -irlen 4 -ignore-version \
|
||
|
-expected-id 0x00210A79 \
|
||
|
-expected-id 0x00240A79 \
|
||
|
-expected-id 0x00220A79
|
||
|
|
||
|
pld create $_CHIPNAME.pld efinix -chain-position $_CHIPNAME.tap -family trion
|