GithubHelp home page GithubHelp logo

gabbedt / apogeorv Goto Github PK

View Code? Open in Web Editor NEW
16.0 1.0 1.0 7.21 MB

A RISC-V 32 bits, Out Of Order, single issue with branch prediction CPU, implementing the B, C, M and Zfinx extensions.

License: MIT License

SystemVerilog 66.48% C++ 0.79% Assembly 11.92% C 18.15% Shell 1.80% Python 0.73% Tcl 0.12%
asic cpu fpga hdl systemverilog rv32i rv32c rv32m rv32b rv32zfinx

apogeorv's Introduction

ApogeoRV RISC-V 32-bit CPU

ApogeoRV Logo

Overview

ApogeoRV is a high-performance and highly customizable CPU core, designed around the RISC-V instruction set architecture. Developed as a main scalar processor for larger designs, it offers exceptional performance metrics in terms of speed, power consumption, and silicon area. The combination of RISC-V ISA's efficiency and specific design choices allows this to happen.

A core philosophy behind ApogeoRV is to deliver ease of use. With its essential and intuitive external interface coupled with a broad range of configurable parameters, system designers are granted the flexibility to balance performance, area, and power consumption based on their needs.

While the CPU is primarily optimized for FPGA deployments and has been built and verified using Xilinx Vivado, it could be adapted for ASIC designs with appropriate RTL modifications.

Check the Online Documentation for more details.

Key Features

  • Instruction Set Support:

    • Base RISC-V ISA: I
    • Extensions: M, C, Zicsr, Zfinx, Zba, Zbs, and partial support for Zbb
  • Privilege Modes: Supports both machine M and user U modes.

  • Execution Capabilities:

    • Out Of Order Execution (In order issue and writeback)
    • Branch predictions with GSHARE + BTB
    • Store Buffer with load forwarding
    • Variable latency memory accesses
    • Instruction prefetch via thanks to Instruction Buffer
    • Option to disable execution units software-wise to reduce power consumption

Customizability

ApogeoRV's design prides itself on its adaptability. Designers can tweak the following parameters:

  • Choice between asynchronous or synchronous hardware reset
  • Instruction Buffer size
  • Branch Predictor Table size
  • Branch Target Buffer size
  • Store Buffer size
  • Enable B extension
  • Enable Zfinx extension
  • Enable Branch Prediction
  • Set multiplier latency

Altering these configurations can provide significant variations in the CPU's area, power utilization, and achievable frequency, ensuring the best fit for various application needs.

Contribution & Support

Contributors are welcomed to help enhance ApogeoRV's capabilities and reach. For collaboration, bug reports, or any questions, please refer to the contribution guidelines or contact me ([email protected]).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.