menu
rohd_hcl
rohd_hcl.dart
FixedPoint
clone method
clone
dark_mode
light_mode
clone
method
FixedPoint
clone
(
{
String
?
name
,
})
Clone for I/O ports.
Implementation
FixedPoint clone({String? name}) => FixedPoint(signed: signed, m: m, n: n);
rohd_hcl
rohd_hcl
FixedPoint
clone method
FixedPoint class