projects
/
riscv-tests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f43d1b
)
Have the openocd invocation match the spike invocation
author
Palmer Dabbelt
<palmer@dabbelt.com>
Mon, 15 May 2017 23:27:30 +0000
(16:27 -0700)
committer
Palmer Dabbelt
<palmer@dabbelt.com>
Mon, 15 May 2017 23:33:40 +0000
(16:33 -0700)
debug/Makefile
patch
|
blob
|
history
diff --git
a/debug/Makefile
b/debug/Makefile
index 98330b500afe5721c7140a79ad5924b424721404..5726883502ef4bfc4743fc25f41d5d0a3dae4191 100644
(file)
--- 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: