“Ben Eater’s 8-bit computer”

Download

Screenshots

An 8-bit computer according to the amazing YouTube series by Ben Eater.

If you’ve enjoyed Ben Eater’s YouTube series as much as I did, but want to build the computer with a simulator instead of breadboards, this example showcases how you can do that with Antares.

Note how this project makes extensive use of Antares’ “Symbol control” feature, which allows you to all LEDs and switches to a subcircuit’s symbol.

The project follows Ben Eater’s design in every little detail, except for these points:

  • The control logic uses a delay component instead of an inverter to derive the microstep clock from the main clock.
  • The memory component uses a 16-bit LUT instead of two 8-bit EEPROMS.
  • The signed decimal display mode is not yet properly implemented.

If you want to give it a try, I strongly recommend to build the computer by yourself from scratch. It is a lot of fun, and you definitely learn the most this way. Use this example project as an inspiration, or in case you run into a problem you can’t figure out how to solve.

Updated: