1
0
mirror of https://github.com/antonblanchard/chiselwatt.git synced 2026-05-03 22:58:45 +00:00
Files
antonblanchard.chiselwatt/openocd/ecp5-ulx3s.cfg
Carlos de Paula 2d5d429708 Adjust pins and Makefile for OpenOCD
Signed-off-by: Carlos de Paula <me@carlosedp.com>
2020-04-08 10:26:02 -03:00

17 lines
471 B
INI

telnet_port 4444
gdb_port 3333
# JTAG TAPs
#12k
# jtag newtap lfe5 tap -expected-id 0x21111043 -irlen 8 -irmask 0xFF -ircapture 0x5
#25k
#jtag newtap lfe5 tap -expected-id 0x41111043 -irlen 8 -irmask 0xFF -ircapture 0x5
#45k
#jtag newtap lfe5 tap -expected-id 0x41112043 -irlen 8 -irmask 0xFF -ircapture 0x5
#85k
jtag newtap lfe5 tap -expected-id 0x41113043 -irlen 8 -irmask 0xFF -ircapture 0x5
init
scan_chain
svf -tap lfe5.tap -quiet -progress chiselwatt.svf
shutdown