Skip to content

shirishbahirat/riscv-2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%