Logic gates for operating with boolean variables.
Returns true if ALL inputs are true, else return false.
AND block¶
Inputs
0: Input bit.
1: Input bit.
Output
0: Output bit.
Configuration menu
AND block configuration¶
Here the user can configure the number of inputs. The units available units for this value are: bin, octal, dec and hex.
Logical complement (negation) computation.
NOT block¶
Input
0: Output negated bit.
Returns true if ANY of inputs are true, else return false.
OR block¶
2: Input bit.
OR block configuration¶