Skip to content

A small RISC-V core in Python (and Verilog, soon)

Notifications You must be signed in to change notification settings

hbhungg/riscv-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

riscv-core

A small RISC-V core in Python (and Verilog, soon)

Prerequisite

RISC-V test suite: https://github.com/riscv-software-src/riscv-tests

Notes

RISC-V instruction decode alt text

Run test

export PYTHONPATH=$(pwd)
pytest

TODO

  • Write a core in Python
  • Port over to Verilog

About

A small RISC-V core in Python (and Verilog, soon)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages