Metadata-Version: 2.1
Name: riscx
Version: 0.1.0
Summary: risc-v machine
Home-page: https://github.com/eecsmap/risvm
Author: Wenyang Duan
Author-email: wenyang.duan@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# RISC-V Machine

## Usage

```
pytest
```

## Develop

- Clone this project
- `cd riscvm`
- `bash pub.sh`
- Install this package in editable mode (i.e. setuptools "develop mode") `pip install -e .`
- Sanity check `echo 12345678 | python3 -m riscvm`


