Skip to content

Files

Latest commit

27ed76d · Oct 18, 2024

History

History
21 lines (13 loc) · 708 Bytes

info.md

File metadata and controls

21 lines (13 loc) · 708 Bytes

How it works

This is a 4bit adder that takes 4bit inputs and output a 4bit sum and a 1bit carry out.

How to test

The first input was mapped to input pins 0 - 3 and the second input was mapped to input pins 4 - 7. The output sum was mapped to output pins 0 - 3 and the output carry out was mapped to output pin 4.

External hardware

no external hardware used in this project.