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