From 2941644083a1cf36beaee60a13b362905175e16b Mon Sep 17 00:00:00 2001 From: Valentin Ochs Date: Fri, 5 Nov 2021 18:06:37 +0100 Subject: [PATCH] Added readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2bad81f --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +A stackable full adder built out of discrete CMOS pairs, with LEDs on each +transistor's input and a flip flop on each drain (just one flip flop if +multiple transistors have a common drain). This allows visualizing the effect +that propagation delay has on an adder's speed. Components are generally rather +small to save on PCB space and production costs, but are still hand-solderable.