mirror of
https://github.com/litex-hub/litex-boards.git
synced 2025-01-03 03:43:36 -05:00
10 lines
206 B
INI
10 lines
206 B
INI
source [find interface/altera-usb-blaster.cfg]
|
|
|
|
if { [info exists CHIPNAME] } {
|
|
set _CHIPNAME $CHIPNAME
|
|
} else {
|
|
# FIXME: Avoid specific chip.
|
|
set _CHIPNAME 10m50
|
|
}
|
|
|
|
jtag newtap $_CHIPNAME tap -irlen 10
|