-
- Downloads
riscv,RV64,bf: Correct cannonical address to 39
We currently only support Sv39 on RV64. Sv39 has a cannonical address range of -2^38 and 2^38-1. This means that bits 63-39 must be equal to bit 38, or that we sign extend from bit 39 to 63 based on the value of bit 38. It also means that we only have 39 bits of addressable space, which limits our max untype size.
Please register or sign in to comment