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

More smoke tests for FP datatypes #133

Open desmonddak opened 2 weeks ago

desmonddak commented 2 weeks ago

Describe the bug

We have uncovered bugs in some of the fp types as we don't have basic smoke tests (e.g. construction, loop-around tests, etc). We need basic tests to ensure these types are stable and new types have to pass the same bevy of tests.

To Reproduce

No response

Expected behavior

Simple tests for construction, string conversion, comparison for all types.

Actual behavior

No response

Additional: Dart SDK info

No response

Additional: pubspec.yaml

No response

Additional: Context

No response