https://github.com/openlabun/riscv-sim
https://riscvsim.openlab.uninorte.edu.co/
https://github.com/openlabun/riscv-sim
Last synced: 5 months ago
JSON representation
https://riscvsim.openlab.uninorte.edu.co/
- Host: GitHub
- URL: https://github.com/openlabun/riscv-sim
- Owner: openlabun
- License: mit
- Created: 2025-04-01T14:18:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-13T15:52:14.000Z (about 1 year ago)
- Last Synced: 2025-07-09T08:13:23.779Z (11 months ago)
- Language: TypeScript
- Homepage:
- Size: 3.9 MB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
RISCV Visual Simulator
A javascript based RISCV simulator.
To run on dev mode, run the following command
```bash
cd app
pnpm install
pnpm run dev
```
To deply the app, run the following command
```bash
docker build -t riscvsimi .
docker run -d -it -p 5034:3000 --restart unless-stopped --name riscvsim riscvsimi