Skip to content

ranshuo-ICer/pyRISCV-sim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyRISC-V

Introduction

This is a simple RISC-V simulator written in Python.

It can simulate RV32I instructions and load programs from binary files.

The code is based on the tutorial at 从零实现RISC-V模拟器.

The differences between this implementation and the tutorial are:

  • The implementation uses Python 3.x instead of C++.

Thank you for your interest in this project!

About

A risc-v cpu simulator written with Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages