Sv32 Two-Level Address Translation

Tonight’s @risc_v Tip:

Sv32 uses a two-level page table to enable virtual memory. A virtual address contains two Virtual Page Numbers (VPN) and an offset. The Physical Page Number (PPN) of the leaf Page Table Entry (PTE) is combined with the offset to form the physical address.

21-11-27

Original Tweet