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
Type
('T) returns ('T) where 'T unsigned
Causality
The output depends instantaneously on its input.
-
Initialization
The resulting sequence has its first value defined if the input has its first value defined.
-
Clock
Input and output have the same clock.