or (Logical or)
Returns true if one of the input values is true, false otherwise.
Syntax
expr or 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 output have the same clock.