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

Refactoring of `FloatingPointValue` constructors for ease of use and extension #110

Closed mkorbel1 closed 4 weeks ago

mkorbel1 commented 1 month ago

Description & Motivation

Making it easier to extend FloatingPointValue and reuse constructors, removing factorys, etc.

Related Issue(s)

N/A

Testing

Existing tests should cover.

Backwards-compatibility

Is this a breaking change that will not be backwards-compatible? If yes, how so?

No

Documentation

Does the change require any updates to documentation? If so, where? Are they included?

No

mkorbel1 commented 1 month ago

Yes, this is looking a lot better!