Adder (LogiX node)

From Neos Wiki
Jump to navigation Jump to search
Other languages:
English • ‎한국어
Adder
'Adder' LogiX node
Inputs
  Bool A
  Bool B
  Bool CarryIn
Outputs
  Bool Y
  Bool CarryOut

The Adder node can be used to simulate the behavior of a hardware full adder circuit. It accepts two input bits plus a carry-in and returns the addition result plus a carry-out.

Usage

Examples

Node Menu

NodeMenu-Math-Binary