lookitsan00b
lookitsan00b
9 / 0
28th Mar 2016
28th Mar 2016
Just a neat little tech demo - the controls themselves don't support 60hz.
60hz adder logic electronic electronics

Comments

  • NoVIcE
    NoVIcE
    5th Aug 2016
    Great! This deserves more than 129 views!
  • camdood45
    camdood45
    30th Jul 2016
    This is very cool +1
  • lookitsan00b
    lookitsan00b
    30th Mar 2016
    The trick is that they aren't conventional adder modules. Each module outputs the XOR and carry (AND + red shift) for all 30 bits at once. This is done recursively until one of the results is 0 - the other result is the sum. This adder can actually work perfectly fine for most 27-bit inputs, but it breaks down if a carry bit is propagated more than 16 times.
  • LBPHacker
    LBPHacker
    30th Mar 2016
    Impressive. I can't even fathom how it works with only a single AND and a single XOR gate per full-adder. Yet. Maybe I'm missing something?