reversed property

Logic reversed
latefinal

Returns a version of this Logic with the bit order reversed.

Implementation

late final Logic reversed =
    Logic(name: 'reversed_$name', naming: Naming.unnamed, width: width)
      ..gets(slice(0, width - 1));