Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 643 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 643 Bytes

Gator

Gator started as a small project to built a set of multipurpose, breadboard friendly TTL gates. It has since morphed into the endeavour to create a complete CPU built out of only discrete NPN transistors, resistors and capacitors.
It also serves as a test bed for a few techniques to improve the hardware development process.

A 1-Bit full adder (Above is a 1-bit full adder)

Errata

  • The current instruction set is missing any way to read a memory address from a register. This makes pointers, array iterations and linked list impossible or at least very hard.