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

parallel prefix documentation updates #82

Closed desmonddak closed 8 months ago

desmonddak commented 8 months ago

Description & Motivation

This PR updates parallel prefix documentation and links to classes that were not possible on first check-in.

During CI: discovered problem with google-fonts where the BKM is to lock it to a recent but not latest version: https://stackoverflow.com/questions/78090711/error-type-fontfeature-not-found-flutter-google-fonts-package-error

During CI: discovered a problem with flutter code shadowing arguments of a parent class triggering an error entitled use_super_parameters: https://dart.dev/tools/linter-rules/use_super_parameters

Related Issue(s)

None

Testing

I've tested the documentation links in my fork. I've also added a linear adder test for narrow adders to complement the random test.

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?

Changes are to the documentation, so they are included.