Skip to content

openlabun/riscv-sim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

RISCV Visual Simulator (Single Cycle)

A javascript based RISCV simulator.

To run on dev mode, run the following command

 cd app
 nmp install
 npm run dev 

To deply the app, run the following command

 docker build -t riscvsim .
 docker run -d -it -p 80:3000 --restart unless-stopped --name riscvsim-app riscvsim

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published