Menu Close

Tag: RISC-V

RV32I register files

Registers and Core Concepts

================================================== 1. Registers Registers are tiny, very fast storage locations inside the CPU. RV32I has 32 integer registers: Each register is 32 bits wide. You…

RV32I CPU Life cycle

Introduction to RISC-V and RV32I

1. What is RISC-V? RISC-V is an Instruction Set Architecture (ISA). An ISA is the rulebook that defines: RISC-V is special because it is: RISC…

RV32I FPGA Implementation Roadmap

Here’s a practical, no-fluff RV32I FPGA implementation roadmap — focused on getting you from zero → running code on hardware. hase 0 — Setup (1…

RISC-V Pseudo-Instruction Lookup Table

RISC-V Pseudo-Instruction Lookup Table Assembler Pseudo-instructions The assembler implements a number of convenience psuedo-instructions that are formed from instructions in the base ISA, but have…

Learning Risc-V From Beginning

1.RISC-V Introduction the Origin of RISC-V, and the Features of RISC-V RISC-V Instruction Set Architecture Features and Classification RISC-V Instruction Set Encoding Structure, Features and…