clone method
- String? name,
override
Clone for I/O ports.
Implementation
@override
FixedPoint clone({String? name}) => FixedPoint(
signed: signed, integerWidth: integerWidth, fractionWidth: fractionWidth);
Clone for I/O ports.
@override
FixedPoint clone({String? name}) => FixedPoint(
signed: signed, integerWidth: integerWidth, fractionWidth: fractionWidth);