05-11-2020, 07:48 PM
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
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