/riscv-pong-processor

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

Primary LanguageAssemblyApache License 2.0Apache-2.0

Pong RISCV

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

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 installed for it to work.