mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-06-27 08:50:26 -04:00
Merge pull request #1436 from jordancarlin/fix_riscof
Update Sail config files
This commit is contained in:
commit
19a26cfbd0
2 changed files with 34 additions and 2 deletions
|
@ -82,6 +82,9 @@
|
|||
"Zicntr": {
|
||||
"supported": true
|
||||
},
|
||||
"Zicsr": {
|
||||
"supported": true
|
||||
},
|
||||
"Zifencei": {
|
||||
"supported": true
|
||||
},
|
||||
|
@ -103,6 +106,15 @@
|
|||
"Zalrsc": {
|
||||
"supported": false
|
||||
},
|
||||
"Zawrs": {
|
||||
"supported": false,
|
||||
"nto": {
|
||||
"is_nop": false
|
||||
},
|
||||
"sto": {
|
||||
"is_nop": false
|
||||
}
|
||||
},
|
||||
"Zfa": {
|
||||
"supported": true
|
||||
},
|
||||
|
@ -181,6 +193,9 @@
|
|||
"Zvbc": {
|
||||
"supported": false
|
||||
},
|
||||
"Zvkned": {
|
||||
"supported": false
|
||||
},
|
||||
"Zvknha": {
|
||||
"supported": false
|
||||
},
|
||||
|
@ -203,7 +218,8 @@
|
|||
"supported": true
|
||||
},
|
||||
"Svbare": {
|
||||
"supported": true
|
||||
"supported": true,
|
||||
"sfence_vma_illegal_if_svbare_only": true
|
||||
},
|
||||
"Sv32": {
|
||||
"supported": true
|
||||
|
|
|
@ -82,6 +82,9 @@
|
|||
"Zicntr": {
|
||||
"supported": true
|
||||
},
|
||||
"Zicsr": {
|
||||
"supported": true
|
||||
},
|
||||
"Zifencei": {
|
||||
"supported": true
|
||||
},
|
||||
|
@ -103,6 +106,15 @@
|
|||
"Zalrsc": {
|
||||
"supported": false
|
||||
},
|
||||
"Zawrs": {
|
||||
"supported": false,
|
||||
"nto": {
|
||||
"is_nop": false
|
||||
},
|
||||
"sto": {
|
||||
"is_nop": false
|
||||
}
|
||||
},
|
||||
"Zfa": {
|
||||
"supported": true
|
||||
},
|
||||
|
@ -181,6 +193,9 @@
|
|||
"Zvbc": {
|
||||
"supported": false
|
||||
},
|
||||
"Zvkned": {
|
||||
"supported": false
|
||||
},
|
||||
"Zvknha": {
|
||||
"supported": false
|
||||
},
|
||||
|
@ -203,7 +218,8 @@
|
|||
"supported": true
|
||||
},
|
||||
"Svbare": {
|
||||
"supported": true
|
||||
"supported": true,
|
||||
"sfence_vma_illegal_if_svbare_only": true
|
||||
},
|
||||
"Sv32": {
|
||||
"supported": false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue