mortbopet / Ripes

A graphical processor simulator and assembly editor for the RISC-V ISA
https://ripes.me/
MIT License
2.55k stars 273 forks source link

Add ISA simulator processor model #206

Open mortbopet opened 2 years ago

mortbopet commented 2 years ago

For those who want the fastest possible simulation, and do not care about any form of datapath visualization, there should be an option to select an ISA simulator processor model.

This processor model, while complying with the ProcessorInterface, will in VSRTL be implemented as a "black box" - in other words, pure C++ logic.

punithnayak commented 1 year ago

Hey , @mortbopet can i take up this issue and also is this project taking part in LFX