01-17-2018, 05:46 AM
(01-15-2018, 11:15 PM)croontrigger Wrote:(01-04-2018, 01:46 AM)LambdaPI Wrote: Do you have any knowledge of adders and ALUs? Also implementations of them in minecraft?
I do not know how to make adders and ALUs or the logic behind them but I understand how they work. I would assume that an adder would be a circuit with a butt ton of AND gates. I also know how to count in binary, so making an adder would just require me to make a truth table, and then simplify the equation using k-mapping, and then draw the AOI circuit for that equation, and then convert the AOI circuit to a circuit that uses only NAND gates, or only NOR gates, then I would build that circuit in mine craft, and it would work. But for an ALU, I don't quite understand what it is because I have never heard of it, but I am sure that if it was told to me, I would understand it very quickly. Trust me, if I was given a binary truth table, I could make it into a circuit.
I suggest that you learn more about implementations of adders and ALUs, and mostly just learn some good minecraft designs before applying to the build server. I understand that you know how to k-map, but for an adder that would be inefficient and horrible.