29 bit adder (2-frame per bit)

  • Synergy
    1st Mar 2015 Member 0 Permalink

    FILT/BRAY tech

     

     

    Worked all day making this. Really happy with the result.

     

    based on:

     

    A/B = inputs

    x[i] = A[i] XOR B[i]

    y[i] = A[i] AND B[i]

    CARRY[i] = (x[i] AND CARRY[i-1]) OR y[i]

    RESULT = x[i] XOR CARRY[i-1]

    thanks mark2222 for sharing that math

    Edited 2 times by Synergy. Last: 1st Mar 2015