top of page

One Bit Adder

September 04, 2021
fullAdder_schematic.png

Description

A one-bit adder (full adder) implementation.  The Blue Light represents Sout (sum), and the red light represents Cout (carry-out bit).

fullAdder_waveform.png

Input A runs on/off every 100ns.  Input B runs on/off every 200 ns.  Cin runs on/off every 300ns.  Outputs Sout and Cout shown.

Test Bench

bottom of page