From: Palmer Dabbelt Date: Mon, 15 May 2017 23:27:30 +0000 (-0700) Subject: Have the openocd invocation match the spike invocation X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f23e837c57fba0de2412f1b459fc8e172ca5aa30;p=riscv-tests.git Have the openocd invocation match the spike invocation --- diff --git a/debug/Makefile b/debug/Makefile index 98330b5..5726883 100644 --- a/debug/Makefile +++ b/debug/Makefile @@ -16,7 +16,7 @@ pylint: --isolate \ --$(subst .log,,$@) \ --sim_cmd $(RISCV)/bin/$(RISCV_SIM) \ - --server_cmd openocd \ + --server_cmd $(RISCV)/bin/openocd \ > $@ 2>&1 || (sed s/^/$@:\ / $@ && false) clean: