eq method
- FixedPointValue other
Equal-to operation that returns a LogicValue.
Implementation
LogicValue eq(FixedPointValue other) =>
compareTo(other) == 0 ? LogicValue.one : LogicValue.zero;
Equal-to operation that returns a LogicValue.
LogicValue eq(FixedPointValue other) =>
compareTo(other) == 0 ? LogicValue.one : LogicValue.zero;