Forums - Open Redstone Engineers

Full Version: 16 bit ICA adder with instant output
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
This project was inspired by someone's cpu on the build server, it clocks at the speed in which a piston extends and retracts, which is a 3 tick cycle.

The adders carry line faces east to update the pistons in the order I need them to update in, order to preform the calculation.

Due to the "ripple" effect of the adder, I have to make a delay line of a certain size to make sure that the updates can correctly do the xor-ing.

Link to demo