.Modelica.Electrical.Digital.Examples.Utilities.FullAdder

Adding circuit for binary numbers with input carry bit

Information

FullAdder is a two bit adder with additional carry in bit which is composed by Gates components.

Its logic behavior is like this:

FullAdder behavior

input a

input b

input carry c_in

sum s

output carry c_out

0

0

0

0

0

1

0

0

1

0

0

1

0

1

0

1

1

0

0

1

0

0

1

0

1

1

0

1

0

1

0

1

1

0

1

1

1

1

1

1


Generated at 2025-04-24T18:20:02Z by OpenModelicaOpenModelica 1.25.0 using GenerateDoc.mos