Skip to content

Commit

Permalink
readme: use bash instead of sh (#1429)
Browse files Browse the repository at this point in the history
  • Loading branch information
cathales authored Sep 15, 2023
1 parent 2ac676d commit 7355fd7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ To check the RTL cva6 behaviour, the RTL simulation trace is compared to spike t

```sh
export DV_SIMULATORS=veri-testharness,spike
sh verif/regress/smoke-tests.sh
bash verif/regress/smoke-tests.sh
```

#### Test execution
Expand All @@ -190,9 +190,9 @@ Run one of the shell scripts:

```sh
# riscv-compliance (https://github.com/riscv/riscv-compliance) test suite:
sh verif/regress/dv-riscv-compliance.sh
bash verif/regress/dv-riscv-compliance.sh
# riscv-tests (https://github.com/riscv/riscv-tests) test suite:
sh verif/regress/dv-riscv-tests.sh
bash verif/regress/dv-riscv-tests.sh
```


Expand Down

0 comments on commit 7355fd7

Please sign in to comment.