Skip to content

Commit

Permalink
fix verilator git steps
Browse files Browse the repository at this point in the history
If following the git steps in the main README to clone repo, it requires
adding submodule path to make the git submodule update command,
given in the verilator README, works.
  • Loading branch information
yu-zou authored and jhand2 committed Sep 24, 2024
1 parent 3735dcb commit bcc30b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/verilated/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ sudo make install
## Rust integration tests:

```shell
git submodule update --init" # Needed the first time
git submodule update --init hw/1.0/rtl/" # Needed the first time
(cd hw/verilated && cargo test --features verilator)
(cd hw-model && cargo test --features verilator)
```
Expand Down

0 comments on commit bcc30b1

Please sign in to comment.