Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HidetaroTanaka authored Jan 11, 2024
1 parent 9dc3562 commit a02b81e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,17 @@ $ cd HAJIME_Core
$ git submodule update --init --recursive
```

If above command doesn't work, run these commands to pull `riscv-tests` manually.

```bash
$ cd submodules
# Run this command if `riscv-tests` directory exists.
$ sudo rm -r ./riscv-tests
$ git clone https://github.com/riscv-software-src/riscv-tests
$ cd riscv-tests
$ git submodule update --init --recursive
```

Firtool is also required to generate SystemVerilog file. Reference: https://github.com/chipsalliance/chisel/blob/main/SETUP.md

```bash
Expand Down

0 comments on commit a02b81e

Please sign in to comment.