- Verilator;
- SDL2 development files;
- Extra utilities: wget, and hexdump.
To build and simulate the computer using Verilator, just type:
make
To clean the repository, type
make clean
- The directory
data
contains the ROM file for the Gigatron computer; - The directory
rtl
contains of the Verilog code for the Gigatron TTL cpu; - The directory
emulator
contains a Gigatron emulator written in C language; - The Verilator code can be found inside
tests
;