Skip to content

Repository files navigation

RISC-V simulator with Python.

  • Single Stage Core

Create Environment

with Conda

conda env create -n risc-v -f requirements.txt

conda activate risc-v

with vanilla pip

pip install -r requirements.txt

Run

with default arguments

python ./code/main.py

This will automatically create an output folder called output_bk3170.

with specified input path

python ./code/main.py --iodir=/path/to/input/folder/

with debug mode

When debug is activated, the output folder will be output_bk3170_debug instead of output_bk3170.

python ./code/main.py --debug

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages