Skip to content

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

License

Notifications You must be signed in to change notification settings

Shiva9361/Waku-Waku

Repository files navigation

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