Skip to content

Commit

Permalink
Merge pull request #244 from stnolting/update_sail_riscv
Browse files Browse the repository at this point in the history
[bin] update sail-riscv prebuilt binary
  • Loading branch information
stnolting committed Apr 2, 2024
2 parents 49b3121 + 6a1a9df commit ae86b7f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: '📦 Install Sail RISC-V model'
run: |
mkdir $GITHUB_WORKSPACE/sail-riscv
tar -xzf $GITHUB_WORKSPACE/bin/sail-riscv_v0.17.1.tar.gz -C $GITHUB_WORKSPACE/sail-riscv
tar -xzf $GITHUB_WORKSPACE/bin/sail-riscv.tar.gz -C $GITHUB_WORKSPACE/sail-riscv
echo $GITHUB_WORKSPACE/sail-riscv >> $GITHUB_PATH
- name: '📦 Install RISCOF'
Expand Down
4 changes: 2 additions & 2 deletions bin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ For more information see the official [sail-riscv](https://github.com/riscv/sail
[RISCOF](https://github.com/riscv-software-src/riscof) GitHub repositories.

Included simulator binaries:
* `riscv_sim_RV32`, version 0.17.1
* `riscv_sim_RV32`

To run the simulator(s) on your system decompress the archive into a new
folder (e.g. `opt/sail-riscv`; might require elevated privileges):

```bash
sudo mkdir opt/sail-riscv
sudo tar -xzf sail-riscv_v0.17.1.tar.gz -C opt/sail-riscv
sudo tar -xzf sail-riscv.tar.gz -C opt/sail-riscv
```

Add this folder to your system's `PATH` environment variable:
Expand Down
Binary file added bin/sail-riscv.tar.gz
Binary file not shown.
Binary file removed bin/sail-riscv_v0.17.1.tar.gz
Binary file not shown.

0 comments on commit ae86b7f

Please sign in to comment.