top of page

FPGA VHDL Implementation of Ben Eater's 8-bit CPU - Progress Update

  • Writer: rehsd
    rehsd
  • Nov 20, 2021
  • 1 min read

I've been working on a VHDL implementation of Ben Eater's 8-bit CPU. I have VHDL modules built for the clock, registers, bus, RAM, ROM, and control bits. I have these modules added to a block design as RTL modules. I also have output to an OLED display working.



Next steps

  • Tie up loose ends in the design.

  • Start testing one component at a time.

  • Fix all of my mistakes. :)

 
 
 

Comments


bottom of page