The Gator Module

The Gator Faceplate

Computes eight common logic functions for up to 16 inputs.

Controls

Ports

Notes

The Meaning of XOR

Opinions differ about the definition of “exclusive or” (XOR) for more than two inputs:

  1. Some people insist that it is undefined.
  2. Some people insist that it is true if the number of true inputs is odd.
  3. Some people insist that it is true if exactly one input is true.

I chose the third definition (exactly one true input) for XOR, and added the ODD output to handle the second definition. I left the first definition unimplemented. At least, I think I did. Frankly, there’s no way to know.