18 4bit Adder

18 : 4bit Adder

Design renderSelect Project123456789ONSW2

How it works

The halfadder uses simple logic gates.

How to test

Input bits 0-3 are used for the first number and bits 4-7 for the second number. The output bits 0-3 are the resulting number an bit 4 the carry. All numbers should be in little endian format.

IO

#InputOutput
0a0r0
1a1r1
2a2r2
3a3r3
4b0carry
5b1
6b2
7b3