Skip to content

peRISCVcope is a simple rv32i interpreter written in C++ for teaching purposes. Currently, it is in alpha status.

Notifications You must be signed in to change notification settings

dariosg/periscvcope

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

peRISCVcope

peRISCVcope is a simple rv32i interpreter written in C++ for teaching purposes. Currently, it is in alpha status.

The full code is available upon request. Please e-mail @dariosg for getting access to the source code and the lab handouts.

For a description of the architecture and the idea behind this project please read the following paper peRISCVcope: A Tiny Teaching-Oriented RISC-V Interpreter.

If you want to cite this work, please use the following reference: D. Suárez Gracia, A. Valero, R. G. Tejero, M. Villarroya and V. Viñals, "peRISCVcope: A Tiny Teaching-Oriented RISC-V Interpreter," 2022 37th Conference on Design of Circuits and Integrated Circuits (DCIS), Pamplona, Spain, 2022, pp. 01-06, doi: 10.1109/DCIS55711.2022.9970050.

Feedback is welcome and appreciated.

Cross-Compiler

git clone https://github.com/riscv/riscv-gnu-toolchain.git
cd riscv-gnu-toolchain
./configure --prefix=$HOME/usr/riscv/  --with-arch=rv32g --with-abi=ilp32d
make

References

About

peRISCVcope is a simple rv32i interpreter written in C++ for teaching purposes. Currently, it is in alpha status.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published