The Gigatron TTL Computer is an 8-bit Harvard architecture cpu built from about 40 TTL ICs plus a modern 64K x 16-bit ROM and a 32K x 8 RAM.
I have owned a Gigatron for a few years, but only just got around to transcribing it's schematic into a Logic Simulator.
I have placed a copy of my Gigatron simulation on my Github repository. It is a close copy of Marcel van Kervink's original design, but substitutes some components, for some more "bus friendly" devices.
https://github.com/monsonite/Gigatron-SimulatorI use H. Neemann's "Digital" simulator - which is a follow-on from the original "Logisim" that is no longer supported.
You can download "Digital" from H. Neemann's Github repository:
https://github.com/hneemann/DigitalI have created a comprehensive "Front Panel" which allows the user to monitor the various address and data buses, the principal registers and the various control signals.
Whilst the original Gigatron was designed to produce colour VGA graphics and sound - this simulation is intended as a simplified version, to explore the architecture and instruction set.