I made and improved this thing over the past few days...
I studied a design by Newomaster and made my own. It's my first time making one of these. Combinational logic is a little more difficult for me than sequential logic so this was a challenge.
It adds 4 sets of hexadecimal digits 1, 16, 256, and 4096(in decimal). It just looks like 1, 10, 100, and 1000 in hex.
It goes up to 1FFFF which is FFFF+FFFF+1 or 131071 in decimal.
I also made a GUI for it
As you can see, the display is much larger than the adder itself...
Adder:light gray
GUI:black
I studied a design by Newomaster and made my own. It's my first time making one of these. Combinational logic is a little more difficult for me than sequential logic so this was a challenge.
It adds 4 sets of hexadecimal digits 1, 16, 256, and 4096(in decimal). It just looks like 1, 10, 100, and 1000 in hex.
It goes up to 1FFFF which is FFFF+FFFF+1 or 131071 in decimal.
I also made a GUI for it
As you can see, the display is much larger than the adder itself...
Adder:light gray
GUI:black