Script file adjustments.
This commit is contained in:
parent
2c83052b73
commit
84870e8ada
|
@ -0,0 +1,10 @@
|
|||
#
|
||||
# Be sure you include the speed and interface before this file
|
||||
# Example:
|
||||
# -c "adapter_khz 5000" -f "interface/ftdi/arty-onboard-ftdi.cfg" -f "board/sifive-e31arty-onboard-ftdi.cfg"
|
||||
|
||||
set _CHIPNAME arty
|
||||
jtag newtap $_CHIPNAME bs -irlen 6 -expected-id 0x0362d093
|
||||
|
||||
|
||||
echo "Ready for Remote Connections"
|
|
@ -4,7 +4,7 @@
|
|||
# -c "adapter_khz 5000" -f "interface/ftdi/arty-onboard-ftdi.cfg" -f "board/sifive-e31arty-onboard-ftdi.cfg"
|
||||
|
||||
set _CHIPNAME riscv
|
||||
jtag newtap $_CHIPNAME cpu -irlen 5 -expected-id 0x0362d093
|
||||
jtag newtap $_CHIPNAME cpu -irlen 6 -expected-id 0x0362d093
|
||||
|
||||
# Arrange for bscan tunneling mode to become active after the JTAG chain is verified
|
||||
jtag configure $_CHIPNAME.cpu -event setup {
|
||||
|
|
Loading…
Reference in New Issue