iammituraj / pequeno_riscv

Pequeno aka pqr5 is a 5-stage pipelined in-order RISC-V CPU Core compliant with RV32I

Home Page:https://chipmunklogic.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pequeno_riscv

Pequeno aka pqr5 is a 5-staged pipelined in-order RISC-V CPU Core compliant with RV32I

Overview

  • RV32I ISA v2.2 + custom instructions

    Assembler and Instruction Manual: https://github.com/iammituraj/pqr5asm)

  • Single-core, Single-issue, In-order execution

  • Classic 5-stage RISC-V pipeline

                                           ____________________________
                                          / CHIPMUNK LOGIC            /\
                                         /                           / /\ 
                                        /     =================     / /
                                       /     / P e q u e n o  /   / \/
                                      /     /  RISC-V 32I    /    /\
                                     /     /================/    / /
                                    /___________________________/ /
                                    \___________________________\/
                                     \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
    
      chipmunklogic.com                                                    [[[[[[[ O P E N - S O U R C E _
    

Developer

Mitu Raj, Chipmunk Logic, chip@chipmunklogic.com

About

Pequeno aka pqr5 is a 5-stage pipelined in-order RISC-V CPU Core compliant with RV32I

https://chipmunklogic.com

License:MIT License


Languages

Language:SystemVerilog 100.0%