Building the 8-bit computer in software

This page summarizes the projects mentioned and recommended in the original post on /r/beneater

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • iverilog

    Icarus Verilog

  • As the idea was to make it more realistic, I started by making (hopefully accurate representation of) 74-series logic chips in Verilog. Then wired them into higher level modules, and merged those into complete CPU. Runs quite good in Icarus Verilog.

  • 8-bit-CPU

    Homebrew 8-bit CPU

  • I wrote an emulator for my CPU in Verilog. Actually, I made it to test out various aspects before building, real hardware has not yet cached up with it.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • Digital

    A digital logic designer and circuit simulator.

  • I've been testing my logic designs for the 6502 computer in https://github.com/hneemann/Digital which has a bunch of 74xx logic defined already. I'm not sure if it'll take you all the way to the 8-bit build since some of the more esoteric 74ls chips may be missing, but you can build that stuff out of gates.

  • logisim-evolution

    Digital logic design tool and simulator

  • I've used Logisim a bit in the past. I liked it. I also see that there's a "Logisim Evolution" project on Github https://github.com/logisim-evolution/logisim-evolution

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts