Another computer architecture implementation, but this time it’s VHDL-flavored! A lot of it is based on nand2tetris which is based on the Elements of Computing Systems book.
[Read More]
PONG VHDL
PONG game implemented with VHDL for use with Go Board FPGA w/ VGA output.
First step into the FPGA engineering world. I’ve been really interested in digital design for a while now and this seemed like a great project to start on. There were a lot of things to learn and a lot of issues to deal with, but it all worked out in...
[Read More]
8 Bit Breadboard Computer
An 8 Bit Computer made on a breadboard with TTL chips.
A build of Ben Eater’s 8 Bit Breadboard computer that I call the Bentium. All logic done through TTL chips on a breadboard.
[Read More]
Sort Visualizer v.3
A program that visualizes different sorts. Now with 100% more sorts! and 1000% more bars!
My ongoing quest of making a program that visualizes sorting algorithms has come to a close. I’m really happy with this new iteration because it’s bigger and better than the last one.
[Read More]
More Digital Logic Simulators
Basic logic gates (Nand, Not, And, Or, Xor), multiplexer and demultiplexer and, half and full adders simulators!
More digital logic simulators for my ongoing project of making a lot of them. This batch is for components that are used to build more complicated components that I plan on adding on later on.
[Read More]