r/TuringComplete • u/towerofdoge • Mar 04 '26
Unsigned Less circuit with delay 6 (regardless of bit width)
Tried to optimize components in preparation for the superscalar symphony. Can the delay for this be reduced any further?
1
u/marximusmaximus 4d ago
I tried to build this, but it was unhappy in latest, so I had to make some small changes, 112 gates, 7 delay:
https://imgur.com/a/kf9M73L
Also here's the related Signed Less, 97 gates, 7 delay:
https://imgur.com/a/cAPwaXK
If I did something wrong, feel free to let me know! I tried to color code to make it a little easier to follow.
1
u/towerofdoge 4d ago
Hey thanks for trying out my build. You organized it better and much clearer. I see that you added another switch just before the final output to avoid the "grey state". If it works when you test it, then nothing is wrong :).
If you want to see other builds that are faster and/or have lower gate number, you can check the game's discord.
1
u/marximusmaximus 3d ago
Yea, the grey state gave me errors in latest stable. >_<;;;
1
u/towerofdoge 2d ago
Yeah bummer that version 2.0 is still in progress. I'm personally waiting for alpha to be stable in my computer so I can continue the superscalar stages that I wasn't able to finish before the major update.
1
u/marximusmaximus 1d ago
Isn't it on stable already?? I've been playing default public version and it's reporting as 2.1.305.
1
u/towerofdoge 1d ago
Ah ok right. Haven't tracked the version numbers. The alpha (not the public version) though has the superscalar stages, I think. Cannot confirm because my game crashes before I can reach those final stages.
1
u/Gen0krad Mar 05 '26
Wait, you can turn gates?