
A 16-bit CPU designed from scratch in Verilog by Doruk Orak, age 16, Istanbul.
The Zenith TX26 is a fully custom 16-bit CPU with:
Connect 8 LEDs to the output pins. The LEDs will display the current Fibonacci number in binary: 1, 1, 2, 3, 5, 8, 13, 21...
8 LEDs connected to the output pins to display Fibonacci numbers in binary (optional).
| # | Input | Output | Bidirectional |
|---|---|---|---|
| 0 | R1 bit 0 (Fibonacci output) | ||
| 1 | R1 bit 1 | ||
| 2 | R1 bit 2 | ||
| 3 | R1 bit 3 | ||
| 4 | R1 bit 4 | ||
| 5 | R1 bit 5 | ||
| 6 | R1 bit 6 | ||
| 7 | R1 bit 7 |