Logic blocks
Logic gates for operating with boolean variables.
AND
Returns true if ALL inputs are true, else return false.

-
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.
NOT
Logical complement (negation) computation.

-
Input
0: Input bit.
-
Output
0: Output negated bit.
OR
Returns true if ANY of inputs are true, else return false.

-
Inputs
0: Input bit.
1: Input bit.
2: Input bit.
-
Output
0: Output bit.
-
Configuration menu
OR block configuration Here the user can configure the number of inputs. The units available units for this value are: bin, octal, dec and hex.
© 2025 Embention. All rights reserved.