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

AND block¶
Inputs
Output
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.

NOT block¶
OR¶
Returns true if ANY of inputs are true, else return false.

OR block¶
Inputs
Output
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.