Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 328 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 328 Bytes

FPGAMEBOY

Project to simulate the hardware of a gameboy on an FPGA.

Repo Structure

  • doc/ Contains a collection of gameboy hardware and instruction set documentation.
  • ise/ Is the main ISE project folder.
  • vhdl/ Holds the vhdl source.
  • test/ Contains testbenches and module specific test projects, as needed.