Code Monkey home page Code Monkey logo

rv32's Introduction

Bluespec RISC-V Multi-Core Processor

Overview

This project is a multi-core RISC-V processor designed in Bluespec. It supports the RISC-V 32I Instruction Set Architecture (ISA) and includes L1-instruction cache and L1-data cache, a multi-core setup with MSI cache coherence, and a distributed shared L2 cache architecture. The nodes in the system are interconnected through a Network-on-Chip (NoC), each node contains a pipelined core, L1 cache, a slice of L2 cache and a coherence protocol processor.

Key Features

  • RISC-V 32I ISA Support
  • Cache Hierarchy:
    • L1 Cache: Separate instruction and data caches for each core. Instruction caches are not kept coherent.
    • L2 Cache: A distributed shared cache where each node contains a slice of L2 cache along with a directory and a coherence protocol processor for maintaining cache coherence.
  • Multi-Core with MSI Coherence Protocol: Supports multiple cores using the MSI (Modified, Shared, Invalid) protocol to ensure cache coherence.
  • Distributed System Architecture: Each node consists of a core, associated L1 cache, a slice of L2 cache, and a directory.
  • Network-on-Chip (NoC): Interconnects nodes, enabling cross communication within the processor.

Getting Started

Prerequisites

  • Bluespec Compiler: Ensure you have the Bluespec compiler installed on your system.

Build the project and test

make

make -C testMultiCore

./mc_pipelined.sh <benchmark_name>32 ( try find benchmark name in testMultiCore/src )

rv32's People

Contributors

mjchku avatar

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.