GithubHelp home page GithubHelp logo

panda-cores / pandazero Goto Github PK

View Code? Open in Web Editor NEW
6.0 2.0 1.0 781 KB

A pipelined, in-order implementation of the RV32I ISA

Makefile 5.07% Tcl 2.14% SystemVerilog 73.98% C++ 11.29% Assembly 0.08% Python 0.97% C 6.48%
risc-v riscv riscv32 pipeline-processor rv32i

pandazero's Introduction

PandaZero

A RISC-V processor, destined to become a microcontroller!

Quick overview:

  • RV32I ISA
  • 5 Stage Pipeline
  • 1kB L1 instruction cache
  • 1kB L1 data cache (write back)
  • Simple branch predictor (predict backward branches as taken)
  • Pipeline hazard detection & mitigation by HW via pipeline stalls
  • Core connected to wishbone bus
  • Debug module (not consistent with RV spec for debug modules, but supports extensive testing)
  • 1x Timer
  • 8x GPIO

Upcoming features/improvements (in order of priority):

  • Exception raising on illegal instruction
  • Making debug module consistent with RV spec
  • Extension to RV32F ISA (floating point)

pandazero's People

Contributors

gorgeouswalrus avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

mfkiwl

pandazero's Issues

AUIPC, JALR, JAL not correct

The above instructions only trigger a jump to the respective address, but the flush happens immediately and thus it is no longer propagated to the other stages. As a result, the PC+4 is not stored and return is not possible.

Add wishbone to IF & MEM stages

Make the IF and MEM stages wishbone masters to enable usage of a wishbone interconnect, which in turn enables memory mapped peripherals

Create debug module

Write a debug module to enable easier testing than looking at the waveforms

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.