operator ~ abstract method
Returns a new LogicValue with every bit inverted.
All invalid bits (x or z) are converted to x.
Implementation
LogicValue operator ~();
Returns a new LogicValue with every bit inverted.
All invalid bits (x or z) are converted to x.
LogicValue operator ~();