or (Logical or)

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

Syntax
expr or 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 output have the same clock.