xor (Logical xor)

Returns true if exactly one of the input values is true, false otherwise.

Syntax
expr xor expr 

Signatures

  1. Type

    (bool; bool ) returns (bool)
  2. Causality

    The output depends instantaneously on all of its inputs.

  3. Initialization

    The resulting sequence has its first value defined if both inputs have their first value defined.

  4. Clock

    Inputs and outputs have the same clock.