Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.17 KB

README.md

File metadata and controls

50 lines (32 loc) · 1.17 KB

RISC-V

Build Status Code Health Coverage Status Documentation Status

RISC-V implementation and tools.

Available tools :

  • Pure Python RISC-V 2.0 decoder.
  • myHDL based decoder module.
  • myHDL version of RISC-V core Zscale
  • myHDL based Zscale core modules with individual module tests.

In Progress :

  • Tests for core assembly.

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