Skip to content

Tags: ysarch-lab/riscv-isa-manual

Tags

draft-20200424-0e6e1d4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Clarify semantics of sfence.vma with rs1 != 0 (riscv#515)

Based on discussion on the mailing list, the instruction fences accesses not just to one leaf PTE but to any leaf PTE that includes the address (subject to address space constraints specified via rs2).

draft-20200422-f8a13b7

Clarify that various reset events are relative to hart reset

draft-20200422-a1c7d25

Clarify that mtimecmp comparison is unsigned

draft-20200418-0cbc369

Clarify that RV64 accesses to mtime/mtimecmp are atomic

draft-20200417-a2ae53f

Make misaligned exception text more generic than RV32

draft-20200417-470a973

Clarify that the EEI defines misaligned FP ld/st behavior

draft-20200414-baea025

Avoid "should" when describing a mandate

Resolves riscv#510

draft-20200410-e16390d

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Non misleading bit width expression in chapter C (riscv#506)

draft-20200406-b1e42e0

Add note about AUIPC+JALR range in RV64

draft-20200406-a2bd617

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Clarify that FENCE + remote FENCE.I is insufficient for local hart (r…

…iscv#503)

This sequence only synchronises the remote harts; the local hart still
needs to perform a normal FENCE.I.