We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e26c206 commit cc6dbfcCopy full SHA for cc6dbfc
arch/csr/mstatus.yaml
@@ -454,7 +454,7 @@ mstatus:
454
return MSTATUS_VS_WRITEABLE ? UNDEFINED_LEGAL : 0;
455
}
456
sw_write(csr_value): |
457
- if (CSR[misa]. =V= 1'b1){
+ if (CSR[misa].V == 1'b1){
458
return ary_includes?<$array_size(MSTATUS_VS_LEGAL_VALUES), 2>(MSTATUS_VS_LEGAL_VALUES, csr_value.FS) ? csr_value.FS : UNDEFINED_LEGAL_DETERMINISTIC;
459
} else if ((CSR[misa].S == 1'b0) && (CSR[misa].V == 1'b0)) {
460
# must be read-only-0
0 commit comments