From 84870e8adad6bda0f9df36f118408621623da2f9 Mon Sep 17 00:00:00 2001 From: Greg Savin <43152568+SiFiveGregS@users.noreply.github.com> Date: Wed, 16 Jan 2019 13:36:35 -0800 Subject: Script file adjustments. --- tcl/board/sifive-e31arty-onboard-ftdi-raw.cfg | 10 ++++++++++ tcl/board/sifive-e31arty-onboard-ftdi.cfg | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 tcl/board/sifive-e31arty-onboard-ftdi-raw.cfg diff --git a/tcl/board/sifive-e31arty-onboard-ftdi-raw.cfg b/tcl/board/sifive-e31arty-onboard-ftdi-raw.cfg new file mode 100644 index 0000000..b7d1ee6 --- /dev/null +++ b/tcl/board/sifive-e31arty-onboard-ftdi-raw.cfg @@ -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" diff --git a/tcl/board/sifive-e31arty-onboard-ftdi.cfg b/tcl/board/sifive-e31arty-onboard-ftdi.cfg index 1c588ee..c36e6f1 100644 --- a/tcl/board/sifive-e31arty-onboard-ftdi.cfg +++ b/tcl/board/sifive-e31arty-onboard-ftdi.cfg @@ -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 { -- cgit v1.1