Logisim-Ita / Logisim

Logisim Italian Fork
https://logisim.altervista.org/
GNU General Public License v3.0
145 stars 39 forks source link

3 input XOR Bug #8

Closed suphadej closed 4 years ago

suphadej commented 5 years ago

A XOR B XOR C' not equal (A XOR B) XOR C' When A = 1 B =1 and C = 0 C' = NOT C XOR Bug

maehne commented 5 years ago

The multiple-input behaviour of the XOR gate can be configured in its properties. It can be either "When one input is on" or "When an odd number of bits is on". Default is "When one input is on". So, the behaviour, which you are observing is expected. For details, check out the XOR gate documentation in Logisim's Library Reference, which you can access through the Help menu.