I crafted a one bit adding machine in the game minecraft. The design is my own, and I have actually created an even MORE compact version than this one!
I currently am operating an 8 bit adder with carryover utilizing this design.
Any questions or tips are always welcome!
Actually that's a 2bit adder.
skandalis24 8 months ago
@skandalis24
Seems you've confused a Full Adder as a 2 bit adder and a Half Adder as a 1 bit adder.
This is a half adder with a carryout function creating a full adder. A full adder consists of two XOR gates with two AND gates, whereas a half adder only has one XOR with one AND gate.
The Carry input and output allows these adders to be connected to create a ripple carry adder of scalable bit width.
h t t p : / / w w w . doc . ic . ac . uk / ~ih/teaching / lectures / comparch / logic/adder/
michamus 8 months ago
it isn't about speed, it's about explaining what is happening and showing us how it works.
3Target33 10 months ago
@3Target33
For in depth tutorials, and large projects with explanation feel free to check out my other videos.
michamus 10 months ago
Can you post a video on how to use it and read it?
SkillZone66 1 year ago
@SkillZone66
Sure! I was actually going to make one last night, but it was too late, and I didn't want to risk waking the kids. I should have one up by today, or tomorrow.
michamus 1 year ago