From 80f6a9ea8fa313973028cc9d849fa44acec4b955 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sat, 26 Sep 2020 16:08:27 +0100 Subject: [PATCH] add openocd script to fire off svf test --- src/soc/debug/test/openocd_test.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 src/soc/debug/test/openocd_test.sh 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 -- 2.30.2