8-Bit Binary Adder

Discussion in 'Share Your EMC Creations' started by Matherox, Nov 1, 2014.

  1. 8-Bit Binary Adding ALU
    @8995, SMP4
    (Adds 2 8-Bit integers you put in and produces a 9-bit integer)

    Really the title explains it all :)
    I made the design of the full adder by myself.
    Give a thanks to SEPTHEKID
    for helping.

    Specs:
    Shortest Calculation Speed: 1 Second
    Longest Calculation Speed: 1 and a half Seconds

    Each input is an 8-Bit integers
    Output is a 9-Bit integer (9-Bit because of Carry-Out)
    15 Xor-Gates
    22 And-Gates
    14 Or-Gates

    toby316625 and SEPTHEKID like this.
  2. Since this thread is still relevant and some nerds may like it, here is a bump :)
  3. Seems legit