Home

Awesome

RISC-V

Build Status Code Health Coverage Status Documentation Status

RISC-V implementation and tools.

Available tools :

In Progress :

Installation and Usage

Cloning the repo

git clone https://github.com/jck/riscv.git

Installing dependencies

cd riscv
python -m pip install -r requirements.txt

Usage

The core modules can be imported by:

from riscv import alu

Running tests

python -m pytest