Main Content

DEC PDP-1 is a computer designed and produced in 1959. Considering the pace of change in computing, that might seem like the prehistoric age. However, it is also surprisingly modern and proves a point that the basic concepts still withstand the test of time.

This project is trying to re-create this computer in FPGA and enable running the first real computer game, SpaceWar!, on a modern display and gamepad. It is designed to run on the MiSTer platform, a retro gaming system based on the Terasic DE10-Nano FPGA board.

The implementation is done in Verilog, a hardware description language specifying the structure and behavior of digital logic circuits. This is not a software emulation because there is no CPU executing it.

Since this is my first Verilog project ever and its purpose was to teach myself about FPGA, don’t expect too much. Beginners often make mistakes or break best practice. Please keep this in mind. Advice and suggestions are welcome!

Features
PDP-1 instruction set
4 kB of core memory
Console visualization
Paper tape reader
Read-in mode support
Type 30 CRT emulation
Teletype emulation
Configurable hardware multiply
Single step mode
Original core for MiSTer”

Link to article