Skip to content

Commit c0b3b3c

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ fields:
4141
! 11 ! rod ! round-to-odd (OR bits into LSB, aka "jam") ! \!v[d] & v[d-1:0]\!=0
4242
4343
sw_write(csr_value): |
44-
return csr_value.VALUE & (VLEN - 1);
44+
return csr_value.VALUE & 2b'11;
4545
type: RW-H
4646
reset_value: UNDEFINED_LEGAL

0 commit comments

Comments
 (0)