WOLFRAM SYSTEM MODELER

FullAdderCE

Full 1-bit Adder.

Diagram

Wolfram Language

In[1]:=
SystemModel["EducationExamples.ElectricalEngineering.EightBitAdder.Components.FullAdderCE"]
Out[1]:=

Information

 

FullAdderCE

 

Model Principles

The full adder adds two 1-bit numbers together. In addition, the adder takes a 1-bit carry-in signal. Output from the binary addition is a 1-bit sum and a 1-bit carry-out.

The output from the adder is subject to the following truth table:

abc_inc_outs
10001
01001
00101
11010
01110
10110
11111
00000

 

Connectors (5)

b

Type: DigitalInput

a

Type: DigitalInput

c_in

Type: DigitalInput

c_out

Type: DigitalOutput

s

Type: DigitalOutput

Components (1)

adder

Type: FullAdder

Used in Components (1)

Adder

EducationExamples.ElectricalEngineering.EightBitAdder.Components

8-bit adder component.