Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shiva9361/waku-waku

A RISC V simulator written in CPP. Uses Flask and Vue.js for website
https://github.com/shiva9361/waku-waku

flask risc-v simulator vuejs

Last synced: 7 days ago
JSON representation

A RISC V simulator written in CPP. Uses Flask and Vue.js for website

Awesome Lists containing this project

README

        

# Waku Waku Simulator

## Features
- Dual core RISC V Processors
- Pipelining
- Data forwarding
- Cache simulation(with data)
- MSI Cache coherence protocol
- LRU and Random Replacement policies

## Build
The source C++ can be built using the CMAKELIST file provided to get a python class

The python class can then be integrated into any project

Docker image of backend -> waku-waku-backend