From: Luke Kenneth Casson Leighton Date: Sat, 26 Sep 2020 15:08:27 +0000 (+0100) Subject: add openocd script to fire off svf test X-Git-Tag: 24jan2021_ls180~312 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=80f6a9ea8fa313973028cc9d849fa44acec4b955;p=soc.git add openocd script to fire off svf test --- diff --git a/src/soc/debug/test/openocd_test.sh b/src/soc/debug/test/openocd_test.sh new file mode 100755 index 00000000..a1807666 --- /dev/null +++ b/src/soc/debug/test/openocd_test.sh @@ -0,0 +1,7 @@ +#!/bin/sh +# run python3 debug/test/test_jtag_tap_srv.py server & +# then run this script. + +openocd -f debug/test/openocd.cfg -c init \ + -c 'svf debug/test/idcode_test2.svf' \ + -c shutdown