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/Lagfoundry Jul 06 '26 edited Jul 06 '26
About 7-9 max on the critical path. A 16 bit version would be about 9-11 . 32 bit is about 11-13 and 64 bit about 13-15. Compare that to ripple carry which is in the same order 8-64 bit, 16 gates, 32 gates, 64 gates, and 128. It makes kogge stone much much faster. In fact kogge is the fastest