clone method

  1. @override
FixedPoint clone({
  1. String? name,
})
override

Clone for I/O ports.

Implementation

@override
FixedPoint clone({String? name}) => FixedPoint(
    signed: signed, integerWidth: integerWidth, fractionWidth: fractionWidth);