xor (Logical xor)
Returns true if exactly one of the input values is true, false otherwise.
Syntax
expr xor expr
Signatures
Type
(bool; bool ) returns (bool)
Causality
The output depends instantaneously on all of its inputs.
-
Initialization
The resulting sequence has its first value defined if both inputs have their first value defined.
-
Clock
Inputs and outputs have the same clock.