Skip to content

Commit

Permalink
adder
Browse files Browse the repository at this point in the history
  • Loading branch information
andreamazzai authored Nov 9, 2024
1 parent dcf910f commit e147a3b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/_docs/97-bin-math.md
Original file line number Diff line number Diff line change
Expand Up @@ -825,11 +825,13 @@ Si noti che il Carry Out C<sub>1</sub> del primo Adder si trova al livello 3, ch
Aggiungendo il prossimo Modified Full Adder, si verifica che la somma è computata al 4° livello, mentre il Carry è, come nell'adder precedente, computato ancora al 3° livello (OR in basso a sinistra).

![Modified Full Adder a due stadi](../../assets/math/modified-full-adder-3.png){:width="40%"}
![Alt text](image.png)

*Modified Full Adder a due stadi.*

Proseguendo con il terzo e con il quarto Modified Full Adder, la somma permane al 4° livello, mentre il Carry continua ad essere generato al 3° livello.

![Alt text](image.png)

![Modified Full Adder a quattro stadi](../../assets/math/modified-full-adder-4.png){:width="80%"}

*Modified Full Adder a quattro stadi.*
Expand Down
Binary file added docs/_docs/modified-full-adder-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/assets/math/modified-full-adder-3.png
Binary file not shown.

0 comments on commit e147a3b

Please sign in to comment.