RISC-V Design · All levels

RISC-V ISA Fundamentals

The RV32I and RV64I base model, instruction encoding discipline, register and calling conventions, and a practical map of the compressed and standard extension ecosystem.

Section goal

The RV32I and RV64I base model, instruction encoding discipline, register and calling conventions, and a practical map of the compressed and standard extension ecosystem.

How to study this section

  1. Start with each topic hub to establish mechanism-first framing.

  2. Use reports and debug pages to separate symptoms from root cause.

  3. Practice worked examples and interview drills under fixed metadata.

  4. Close with checklist and silicon impact before signoff claims.

Topics

  1. base-integer-isa/ - Base Integer ISA (RV32I and RV64I) Execution Model

  2. encoding-and-formats/ - Instruction Encoding and Format Families

  3. registers-and-calling/ - Register Conventions and Calling Discipline

  4. compressed-and-extensions-overview/ - Compressed ISA and Extension Landscape Overview

Related topics