未验证 提交 0a1a21a6 编写于 作者: Z Zihao Yu 提交者: GitHub

Merge pull request #815 from RISCVERS/fix-misleading-cmd

README.md: fix example commands
......@@ -28,7 +28,7 @@ Install verilator:
TBD
Generate verilog files and compile them using verilator:
* Move to project root, run `make emu` to compile verilator simulator. You can use `make emu config=CONFIG_NAME` to choose different size of XiangShan.
* Move to project root, run `make emu` to compile verilator simulator. You can use `make emu CONFIG=CONFIG_NAME` to choose different size of XiangShan.
* To speed up compiling, use `make emu REMOTE=YOUR_REMOTE_SERVER`. (If you have remote server setuped)
Run program generated by verilator:
......@@ -39,7 +39,7 @@ Run program generated by verilator:
Example:
```makefile
make emu config=MinimalSimConfig
make emu CONFIG=MinimalSimConfig
./build/emu -b 0 -e 0 --force-dump-reult -i ./mem.bin
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册