abs method

  1. @override
Logic abs()
override

Calculates the absolute value of a signal, assuming that the number is a two's complement.

Implementation

@override
Logic abs() => packed.abs();