Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shiva9361/waku-waku
- Owner: Shiva9361
- License: mit
- Created: 2024-02-09T16:48:38.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-07-29T16:34:46.000Z (4 months ago)
- Last Synced: 2024-07-29T22:06:04.551Z (4 months ago)
- Topics: flask, risc-v, simulator, vuejs
- Language: C++
- Homepage: https://wakuwaku-backend.vercel.app
- Size: 50.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 classThe python class can then be integrated into any project
Docker image of backend -> waku-waku-backend