04-26-2017, 06:53 PM
(This post was last modified: 04-29-2017, 04:08 AM by JeremyG.
Edit Reason: fixed images
)
So I was wondering if I could get a 2 tick full adder. After thinking a bit I came up with a version that is 2 ticks for every operation. It uses two 1 tick comparator XORs, a normal 2 tick torch AND gat and a comparator AND gate (comparator with a torch at the b input). That all forms a 2 tick full adder.
As you can see I didn't try to make it very compact, I'm sure it could be done way smaller. As far as i know this is the first pistonless 2 tick full adder, correct me if I'm false. If you want to see it on the server, I made a warp (/warp 2tickFA).
EDIT: Koyarno told me that you can achieve the same speed with a decoder + lookup table, however my version is smaller and uses "real" logic gates
As you can see I didn't try to make it very compact, I'm sure it could be done way smaller. As far as i know this is the first pistonless 2 tick full adder, correct me if I'm false. If you want to see it on the server, I made a warp (/warp 2tickFA).
EDIT: Koyarno told me that you can achieve the same speed with a decoder + lookup table, however my version is smaller and uses "real" logic gates