From ac5c76cd5b1f8f78630b640b964418a168bc1913 Mon Sep 17 00:00:00 2001 From: Andrea Mazzai <97525105+andreamazzai@users.noreply.github.com> Date: Wed, 30 Oct 2024 23:32:42 +0100 Subject: [PATCH] adder --- docs/_docs/97-bin-math.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/97-bin-math.md b/docs/_docs/97-bin-math.md index 975ab2a..9a49061 100644 --- a/docs/_docs/97-bin-math.md +++ b/docs/_docs/97-bin-math.md @@ -665,7 +665,7 @@ COUT = CIN\*(A+B) + A\*B è equivalente alla seguente funzione, che è invece realizzabile con le porte a disposizione, tra cui la XOR anziché la OR: -COUT = CIN\*(A⊕B) + A\*Bpresentazione dei numeri binari +COUT = CIN\*(A⊕B) + A\*B | A | B | CIN | A\*B | A⊕B | A+B | Q | CIN\*(A+B) | CIN\*(A+B)
+ A*B |CIN\*(A⊕B) |CIN\*(A⊕B)
+ A*B | | - | - | - | - | - | - | - | - | - | - | - |