Giter VIP home page Giter VIP logo

riscv-soc's Introduction

RISCV_UET

This is a simple RISC-V 3-stage pipeline processor that implements RV32I ISA based on User-level ISA Version 2.0, (update to 2.2 is required). Its a 3 stage pipelined processor, with no structural hazards, no branch prediction and Data Hazards are resolved using forwarding and stalling.

Following updates have been incorporated in the current implementation:

  • Machine-level ISA has been upgraded to Privileged Architecture Version 1.11. Currently only supports Machine Mode.
  • Support for machine level interrupts has been added. It includes the support for vectored interrupts.
  • External interrupts are supported using bits 16 and above of MIP & MIE CSRs as provisioned by Privileged Architecture Version 1.11.
  • Resolved Load-Use hazard.
  • Simple instruction and data memory integration (Support for both Asynchronous and Synchronous Reads have been implemented.).
  • Wishbone based bus interface

Work in Progress:

  • Support for more peripheral interfaces using Wishbone
  • Integration of memory mapped DSP accelerator

Generating Verilog

Different components for the processor core are integrated in 'src/main/scala/ProcessorTile.scala'. The verilog code can be generated by executing the following command:

> sbt run

and choosing

riscv_uet.Core_Main

riscv-soc's People

Contributors

eeuet avatar mtahir-dr avatar

Stargazers

Wajahat Riaz avatar  avatar Madni Sadiq avatar

Watchers

Madni Sadiq avatar  avatar

Forkers

madni-sadiq

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.