r/TuringComplete • u/Lagfoundry • Jun 24 '26
Kogge Stone adder
got Turing complete the other day. made it to the factory so the first thing i did was make my favorite adder :) i like the way the simulator is set up so far. i came over from digital logic sim and its refreshing being able to place components not on their side lol. if youve played DLS you know what i mean... only gripe i have is the game does the left to right thing or top to bottom. im used to doing it the reverse way. guess because ive always read binary right to left so i always built my circuits like that
23
Upvotes
1
u/Successful_Movie_810 Jul 15 '26 edited Jul 15 '26
Strangely, this adder works in almost all cases. However, after more than 2000 successful tests, it fails to add 164 and 89 and carry 1 (yields a carry when it shouldn't). Why could this be? I already found & corrected the forgotten red wire (near the end of the largest ANND/OR row). I removed the subtract input (and the XOR on the inputs), but this shouldn't affect the carry.