Ripes
Ripes copied to clipboard
A graphical processor simulator and assembly editor for the RISC-V ISA
how i could add processor architecture that i want ?
Hello, I installed ripes because I need it in college. For context, my OS is Windows11. I installed Visual C++ and I installed Ripes, but when I unzip it and...
As per #174, I am opening a PR for adding a stall and flush counter. However, note this PR is probably not quite mergeable yet. In particular, there are two...
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....
Issue from discussion [#173](https://github.com/mortbopet/Ripes/discussions/173).
Initial release of IPC support. I only tested on Linux. After unraveling the obscure MSVC compiler error messages the code compiles in github actions. But I don't have MSVC available...
A protocol should be defined for how memory read/writes from the Ripes memory subsystem sent to/from the connected peripheral server. Memory requests from the processor arrive from in the following...
Hello! I'm having trobble using `write` system call. The following program is supposed to open file, write a string to it and close file. `open` system call creates file with...
I'm trying to add a toolchain but "Compiler Path" box stays red even though I provide a valid compiler path (produces the error below). I deleted the line containing `#pragma...
This issue is intended to track progress on getting a web-based version of Ripes up and running. This would be based on [Qt for WebAssembly](https://doc-snapshots.qt.io/qt6-dev/wasm.html). https://mortbopet.github.io/ already shows a very...