XOR, 8 Inpt
Contents

1.Description

Exclusive or.
If there is a 1 on an uneven number of inputs, a one is output at Output 1.
If there is a 1 on an even number of inputs, a zero is output at Output 1.
Important
Input values which are not equal to zero are entered into the link as 1.

2.Inputs

No.NameInitialisationDescription
1E10
Input value 1.
2E20
Input value 2.
3E30
Input value 3.
4E40
Input value 4.
5E50
Input value 5.
6E60
Input value 6.
7E70
Input value 7.
8E80
Input value 8.

3.Outputs

No.NameInitialisationSBCDescription
1A10s
The linking result of the inputs is output here. A 1-bit value is output.
2A2 neg0s
The negated linking result of the inputs is output here. A 1-bit value is output.
3A3 (sbc)0sbc
The linking result of the inputs is output here. A 1-bit value is output. Output does not send during a restart.
4A4 neg (sbc)0sbc
The negated linking result of the inputs is output here. A 1-bit value is output. Output does not send during a restart.
s = send, sbc = send by change

4.Value table as an example

Identical to value table of the module XOR, 4 inputs.

5.Other

Recalculation during start:Yes
Module is retentive:No
Internal designation:9063
Category:Gate

6.Similar functions

AND, 2 Inpt
AND, 4 Inpt
AND, 8 Inpt
OR, 2 Inpt
OR, 4 Inpt
OR, 8 Inpt
Transfer gate
XOR, 2 Inpt
XOR, 4 Inpt