Update Sail

This commit is contained in:
Jordan Carlin 2025-06-06 22:07:36 -07:00
parent 031edb0160
commit 5f981f628e
No known key found for this signature in database
3 changed files with 17 additions and 3 deletions

View file

@ -29,7 +29,7 @@
SAIL_COMPILER_VERSION=0.19 # Last release as of May 30, 2025
CMAKE_VERSION=3.31.5 # Only used for distros with a system CMake that is too old (< 3.20)
RISCV_SAIL_MODEL_VERSION=a214c522a2f98dc3b1f381169d0b1a27bbe0acd8 # Last commit as of May 29, 2025
RISCV_SAIL_MODEL_VERSION=3dc7e1c6dd957ba9a0520331270eb4c52dcd33a8 # Last commit as of June 6, 2025
set -e # break on error
# If run standalone, check environment. Otherwise, use info from main install script

View file

@ -42,6 +42,7 @@
"base": 33554432,
"size": 786432
},
"clock_frequency": 1000000000,
"instructions_per_tick": 2,
"wfi_is_nop": true
},
@ -184,13 +185,19 @@
"Zhinx": {
"supported": false
},
"Zhinxmin": {
"supported": false
},
"Zvbb": {
"supported": false
},
"Zvbc": {
"supported": false
},
"Zvkb": {
"supported": false
},
"Zvbc": {
"Zvkg": {
"supported": false
},
"Zvkned": {

View file

@ -42,6 +42,7 @@
"base": 33554432,
"size": 786432
},
"clock_frequency": 1000000000,
"instructions_per_tick": 2,
"wfi_is_nop": true
},
@ -184,13 +185,19 @@
"Zhinx": {
"supported": false
},
"Zhinxmin": {
"supported": false
},
"Zvbb": {
"supported": false
},
"Zvbc": {
"supported": false
},
"Zvkb": {
"supported": false
},
"Zvbc": {
"Zvkg": {
"supported": false
},
"Zvkned": {