From 44a4deb3732f8036494ca63885c5db8c96ad13ea Mon Sep 17 00:00:00 2001 From: Greg Savin <43152568+SiFiveGregS@users.noreply.github.com> Date: Fri, 26 Apr 2019 14:48:05 -0700 Subject: [PATCH] Removed a .cfg file that was development scaffolding. (#371) --- tcl/board/sifive-e31arty-onboard-ftdi-raw.cfg | 10 ---------- 1 file changed, 10 deletions(-) delete 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 deleted file mode 100644 index b7d1ee658..000000000 --- a/tcl/board/sifive-e31arty-onboard-ftdi-raw.cfg +++ /dev/null @@ -1,10 +0,0 @@ -# -# 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"