Decoding pseudo-code clarification/fix #309
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
future enhancement
Re: riscv-cheri-v0.8.2.pdf the Decoding pseudo-code on page 14.
For the calculations of
ct
andcb
to be correct,R
needs to be bounded toMW
bits, as follows:R[MW-1:0] = B - 2^MW-2^
and note that the comparisons in Tables 8 & 9 are unsigned.
The text was updated successfully, but these errors were encountered: