An open API service indexing awesome lists of open source software.

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/

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