lnot Block

Bitwise not of the binary representation of an unsigned integer.

Returns the integer whose binary representation is such that, its i-th bit is 1 if the i-th bit of the binary representation of its input is 0, and 1 otherwise.

Syntax

Signatures

  1. Type

    ('T) returns ('T) where 'T unsigned
  2. Causality

    The output depends instantaneously on its input.

  3. Initialization

    The resulting sequence has its first value defined if the input has its first value defined.

  4. Clock

    Input and output have the same clock.