Close

2.1) The FPGA development board

A project log for A2Z Computer

A computer invented, designed and built from scratch. Custom CPU on FPGA.

f4hdkf4hdk 11/13/2016 at 18:090 Comments

I have built this development board by myself, using wrapping technique, because I couldn’t find any board with 2MB of SRAM arranged in 16bits. I wanted SRAM, instead of DRAM, for the simplicity.

I also have to admit that I like soldering and wrapping. For me, an electronic project must contain soldering, and otherwise it would not be fun.

Main components used:

Wiring table (sorry, awfull scan)

For SRAM chips, I have used SMD. The 30AWG wires are soldered on the SRAM side, and wrapped around the pins on the other side. The wiring of the SRAM board is quite dense, with more than 120 wires.


But making this board is only a very small portion of the project. Most of the complexity of the “hardware” is hidden inside the FPGA, in the Verilog code, described in the following chapters.

Discussions