WOLFRAM SYSTEM MODELER
AdderGeneric N Bit Adder |
SystemModel["Modelica.Electrical.Digital.Examples.Utilities.Adder"]
This information is part of the Modelica Standard Library maintained by the Modelica Association.
The Adder is a generic n bit adder which is composed as a chain of FullAdder components. n can be chosen by the user, a and b are the n bit input vectors, s is the sum vector, and c_out is the carry bit of the "highest" FullAdder. All components are built up by Gate components.
n |
Value: 2 Type: Integer Description: Number of single adders |
---|
a |
Type: DigitalInput[n] Description: Input DigitalSignal as connector |
|
---|---|---|
b |
Type: DigitalInput[n] Description: Input DigitalSignal as connector |
|
c_in |
Type: DigitalInput Description: Input DigitalSignal as connector |
|
s |
Type: DigitalOutput[n] Description: Output DigitalSignal as connector |
|
c_out |
Type: DigitalOutput Description: Output DigitalSignal as connector |
Adder |
Type: FullAdder[n] Description: Adding circuit for binary numbers with input carry bit |
---|