Operator Library: Logic
The operator XNOR performs a bitwise logical XNOR (not exclusive or) operation. Each output bit is set to a logical "1" if the sum of the corresponding input bit values is even, otherwise the output is "0". The number of input links has to be selected at the instantiation of the module.
Thus the output bit i of n inputs is
Property | Value |
---|---|
Operator Type | O |
Input Links | I0, data input I1..In-1, data input |
Output Link | O, data output |
The use of operator XNOR is shown in the following examples:
-
'Functional Example for Specific Operators of Library Signal, Logic, Filter and Parameters'
Examples - Demonstration of how to use the operator