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 a00a066 commit 253613cCopy full SHA for 253613c
arch/csr/Ssqosid/srmcfg.yaml
@@ -113,8 +113,8 @@ fields:
113
raise(ExceptionCode::VirtualInstruction, mode(), $encoding);
114
}
115
116
- rcid_mask = (1u << RCID_WIDTH) - 1;
117
- return csr_value.RCID & rcid_mask;
+ rcid_mask = (1u << RCID_WIDTH) - 1;
+ return csr_value.RCID & rcid_mask;
118
119
MCID:
120
location: 27-16
0 commit comments