Skip to content

Commit fe0a0da

Browse files
jmawetThinkOpenly
andauthored
Update spec/std/isa/csr/V/vxsat.yaml
Co-authored-by: Paul Clarke <[email protected]> Signed-off-by: Jennifer Dupaquier <[email protected]>
1 parent a88e079 commit fe0a0da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/std/isa/csr/V/vxsat.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ fields:
2626
2727
The vxsat bit is mirrored in vcsr.
2828
sw_write(csr_value): |
29-
return csr_value.VALUE & (VLEN - 1);
29+
return csr_value.VALUE & 1;
3030
type: RW-H
3131
reset_value: UNDEFINED_LEGAL

0 commit comments

Comments
 (0)