Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/snowycoder/riscv-pong-processor

A (very) simple 32-bit RISCV processor with a loaded Pong game to show it off
https://github.com/snowycoder/riscv-pong-processor

logisim-cpu pong risc-v unimore-informatica

Last synced: 2 months ago
JSON representation

A (very) simple 32-bit RISCV processor with a loaded Pong game to show it off

Awesome Lists containing this project

README

        

# Pong RISCV
A (very) simple 32-bit RISCV processor with a loaded Pong game to show it off
![Video of processor in function](pong_riscv.gif)

This has been done for the exam "Architettura dei Calcolatori" at UniMoRe.

### Notes
Even if the GIF is slowed down the circuit isn't optimized, and it seems to run
at ~100Hz on my computer.

To create the code to load in the logisim ROM you can use the script `compile_program.sh`, you need to have
[RARS](https://github.com/TheThirdOne/rars) installed for it to work.