🖥️ A 32-bit 5-stage scalar pipelined RISC-V processor that follows the RV32I ISA specification (ECE 411 Final Project).
-
Updated
May 14, 2021 - Verilog
Unlike most other ISA designs, the RISC-V ISA is provided under open source licenses that do not require fees to use. A number of companies are offering or have announced RISC-V hardware, open source operating systems with RISC-V support are available and the instruction set is supported in several popular software toolchains.
Notable features of the RISC-V ISA include a load–store architecture, bit patterns to simplify the multiplexers in a CPU, IEEE 754 floating-point, a design that is architecturally neutral, and placing most-significant bits at a fixed location to speed sign extension. The instruction set is designed for a wide range of uses. The base instruction set has a fixed length of 32-bit naturally aligned instructions, and the ISA supports variable length extensions where each instruction could be an any number of 16-bit parcels in length. Subsets support small embedded systems, personal computers, supercomputers with vector processors, and warehouse-scale 19 inch rack-mounted parallel computers.
🖥️ A 32-bit 5-stage scalar pipelined RISC-V processor that follows the RV32I ISA specification (ECE 411 Final Project).
Hardware Design Program Hosting By VLSI System Design (https://www.vlsisystemdesign.com/)
RISC-V pipeline processor: A high-performance, open-source CPU design implementing RISC-V architecture with efficient instruction pipeline execution.
A pipelined RISC processor implemented in Verilog with hazard detection and data forwarding units.
Emulation, implementation and verification of RISC-V core with I,M and Zbb extensions
8-bit RISC ASIP for Stepper Motor Controller with both full and half step capabilities. Implemented in Verilog HDL.
Single-cycle RISC-V processor in verilog, supporting the RV32I ISA
A 32 bit RISC-V pipeline processor with forwarding unit
This is a Single Cycle RISC-V processor implemented in verilog
verilog model of a 32 bit RISC-V processor core supporting the RV32I instruction set
Deprecated, please go to next generation Ultra-Low Power RISC-V Core https://github.com/riscv-mcu/e203_hbirdv2
Single Cycle Non-Pipelined Processor for RV32I.