benjamin051000 / baremetalgames

Custom CPU and GPU architectures to run GUI applications on an FPGA.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

baremetalgames

baremetalgames is a Digital Design project to combine a MIPS-like microprocessor with a VGA core to run simple GUI applications, namely video games.

The microprocessor is a 32-bit MIPS-like architecture that can run a subset of the MIPS instruction set. The VGA core is a simple VGA controller with a double frame buffer that is able to display 12-bit RGB (a total of 4096 colors) at a resolution of 640x480 @ 60Hz. 12-bit color and other RGB palettes

About

Custom CPU and GPU architectures to run GUI applications on an FPGA.


Languages

Language:VHDL 100.0%