jck / riscv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Python 100.0%