/turning-complete-riscv

Rust support for a CPU I made

Primary LanguageRustGNU General Public License v3.0GPL-3.0

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.