mirror of
https://github.com/antonblanchard/chiselwatt.git
synced 2026-05-03 22:58:45 +00:00
17 lines
471 B
INI
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 |