Skip to content

BenjaminSchaaf/turning-complete-riscv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RV32i CPU implemented in Turing Complete

This repository contains what's needed to compile rust code for a RISC-V CPU I made in Turing Complete.

Schematic Collage

Base off:

Usage

Simply compile with cargo build --release. You can then import the built executable target/riscv32i-unknown-none-elf/release/turning-complete-riscv into Turing Complete and press run!

Currently the only IO implemented is for the 80x24 console.

Save Game

I've included the save game under save/circuit.data. The circuit was made under version 0.1055 Beta.

About

Rust support for a CPU I made

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published