riscv / sail-riscv

Sail RISC-V model
https://lists.riscv.org/g/tech-golden-model
Other
465 stars 168 forks source link

Require Sail version 0.18 #534

Closed Timmmm closed 2 months ago

Timmmm commented 2 months ago

Use the new --require-version flag to set the minimum version to 0.18 (the current latest release). If you have an older version that supports this flag you'll get an error like

Sail version 0.17.1 is older than requested version 0.18

Currently there actually aren't any older versions that support this flag (unless you compiled from source) so you'd get this error instead:

sail: unknown option '--require-version'.

Not ideal, but the problem will solve itself eventually so I don't think it's worth worrying about for now.

github-actions[bot] commented 2 months ago

Test Results

712 tests  ±0   712 :white_check_mark: ±0   0s :stopwatch: ±0s   6 suites ±0     0 :zzz: ±0    1 files   ±0     0 :x: ±0 

Results for commit d760b9e2. ± Comparison against base commit d36ea537.

:recycle: This comment has been updated with latest results.

jordancarlin commented 2 months ago

It might be worth temporarily adding a note to the README explaining the unknown option error message since it will be quite common this first time around.