Skip to content

riscv-newop/riscv-newop

Repository files navigation

riscv-newop

PyPI version Build Status

A RISC-V New Instruction Recommender System

Installation

# preferably inside of a venv
python3 -m pip install rvnewop

Usage

from rvnewop import RV32

isa_model = RV32("32I")
print(isa_model.decodeHex("00e787b3"))

output

add a5,a5,a4