Skip to content

Commit

Permalink
README.md: fix example commands
Browse files Browse the repository at this point in the history
  • Loading branch information
sashimi-yzh committed May 17, 2021
1 parent 5c7674f commit 52ef0d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
```

Expand Down

0 comments on commit 52ef0d7

Please sign in to comment.