RefinedCode
Well-known member
- Joined
- Feb 1, 2011
- Messages
- 930
- Thread Author
- #1
Just a heads up this is probably boring to most people even those who enjoy redstone.
Me and Nineteengiraffes have created this logic unit which is a building block in a binary to binary coded decimal decoder which uses the Double Dabble algorithm. If you take a look at some of the other binary to binary coded decimal redstone videos, most of them use the hellbringa96 design which is 11x24x11, our unit is 12x14x7. Nineteengiraffes is awesome at compacting circuits. The unit's job is to take in a 4 bit number as its input. If that number is greater than 4, it needs to output that number + 3 . Otherwise, it just outputs the original. This means our unit contains a 4 bit full adder, along with a 4 bit multiplexer. Its really amazing how small it is. Here it is compared to the more popular unit that most people use:
The way you use these units in a full binary to BCD decoder is outlined in this schematic:
The boxes are the units that we made. We have made a full 8 bit decoder on our land in creative, but its a bit messy to post here and its being used for another thing that we are almost done. I just thought Someone might find this interesting if you have ever seen this type of unit before. The schematic for it will be going to minecraftforums as many people are having troubles with the hellbringa96 unit as I think it broke in 1.0.0.
Me and Nineteengiraffes have created this logic unit which is a building block in a binary to binary coded decimal decoder which uses the Double Dabble algorithm. If you take a look at some of the other binary to binary coded decimal redstone videos, most of them use the hellbringa96 design which is 11x24x11, our unit is 12x14x7. Nineteengiraffes is awesome at compacting circuits. The unit's job is to take in a 4 bit number as its input. If that number is greater than 4, it needs to output that number + 3 . Otherwise, it just outputs the original. This means our unit contains a 4 bit full adder, along with a 4 bit multiplexer. Its really amazing how small it is. Here it is compared to the more popular unit that most people use:
The way you use these units in a full binary to BCD decoder is outlined in this schematic:
The boxes are the units that we made. We have made a full 8 bit decoder on our land in creative, but its a bit messy to post here and its being used for another thing that we are almost done. I just thought Someone might find this interesting if you have ever seen this type of unit before. The schematic for it will be going to minecraftforums as many people are having troubles with the hellbringa96 unit as I think it broke in 1.0.0.