intel / rohd-hcl

A hardware component library developed with ROHD.
https://pub.dev/packages/rohd_hcl
BSD 3-Clause "New" or "Revised" License
81 stars 23 forks source link

Make `FloatingPointValue` operations scale beyond `double` #113

Open mkorbel1 opened 1 month ago

mkorbel1 commented 1 month ago

Motivation

To support operations on FloatingPointValues beyond 64 bits, math operations should be done without depending on Dart's double

Desired solution

Implement math operations without depending on double in FloatingPointValue

Alternatives considered

No response

Additional details

No response