This project demonstrates how to use RISC-V ISA Simulator as a library, and integrate it with an external simulator environment. We currrently have two use-cases:
- connecting with C++ memory simulator
- having a SystemC wrapper and embedding it within a SystemC environment
Each use-case has its own folder in which you can find separate README.md file with more details.
src/cpp- C++ memory simulatorsrc/systemc- SystemC wrapper