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 a88e079 commit fe0a0daCopy full SHA for fe0a0da
spec/std/isa/csr/V/vxsat.yaml
@@ -26,6 +26,6 @@ fields:
26
27
The vxsat bit is mirrored in vcsr.
28
sw_write(csr_value): |
29
- return csr_value.VALUE & (VLEN - 1);
+ return csr_value.VALUE & 1;
30
type: RW-H
31
reset_value: UNDEFINED_LEGAL
0 commit comments