operator ~ abstract method

LogicValue operator ~()

Returns a new LogicValue with every bit inverted.

All invalid bits (x or z) are converted to x.

Implementation

LogicValue operator ~();