Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bin] update sail-riscv prebuilt binary #244

Merged
merged 1 commit into from
Apr 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading