未验证 提交 efb40c6a 编写于 作者: Y Yinan Xu 提交者: GitHub

Merge pull request #104 from RISCVERS/remote-gen-verilog

makefile: support running emu in a remote machine
......@@ -101,7 +101,11 @@ E ?= -1
V ?= ALL
emu: $(EMU)
ifeq ($(REMOTE),localhost)
@$(EMU) -i $(IMAGE) $(SEED) -b $(B) -e $(E) -v $(V)
else
ssh $(REMOTE) "cd $(REMOTE_PREFIX) && $(EMU) -i $(IMAGE) $(SEED) -b $(B) -e $(E) -v $(V)"
endif
cache:
$(MAKE) emu IMAGE=Makefile
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册