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 fe0a0da commit c0b3b3cCopy full SHA for c0b3b3c
spec/std/isa/csr/V/vxrm.yaml
@@ -41,6 +41,6 @@ fields:
41
! 11 ! rod ! round-to-odd (OR bits into LSB, aka "jam") ! \!v[d] & v[d-1:0]\!=0
42
43
sw_write(csr_value): |
44
- return csr_value.VALUE & (VLEN - 1);
+ return csr_value.VALUE & 2b'11;
45
type: RW-H
46
reset_value: UNDEFINED_LEGAL
0 commit comments