Different (<>)

Returns true if both input values are different, false otherwise.

Syntax
expr <> expr 

Signatures

  1. Type

    ('T; 'T) returns (bool) where 'T numeric
  2. Causality

    The output depends instantaneously on both 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.